textanchortype-ag凯发旗舰厅



com.spire.presentation
enum textanchortype

java.lang.object
  extended by java.lang.enum<textanchortype>
      extended by com.spire.presentation.textanchortype
all implemented interfaces:
java.lang.comparable<textanchortype>

public enum textanchortype
extends java.lang.enum<textanchortype>

alignment within a text area.


enum constant summary
bottom
           
center
           
distributed
           
justified
           
left
           
none
           
right
           
top
           
 
method summary
static textanchortype getbarcodetypefromvalue(int value)
           
 java.lang.string getname()
           
 byte getvalue()
           
 
enum constant detail

none

public static final textanchortype none

top

public static final textanchortype top

center

public static final textanchortype center

bottom

public static final textanchortype bottom

justified

public static final textanchortype justified

distributed

public static final textanchortype distributed

right

public static final textanchortype right

left

public static final textanchortype left
method detail

getname

public java.lang.string getname()

getvalue

public byte getvalue()

getbarcodetypefromvalue

public static textanchortype getbarcodetypefromvalue(int value)


网站地图