fontalignmenttype-ag凯发旗舰厅



com.spire.presentation
enum fontalignmenttype

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

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

represents vertical font alignment.


enum constant summary
auto
           
baseline
           
bottom
           
center
           
none
           
top
           
 
method summary
static fontalignmenttype getfontalignmenttypefromvalue(long value)
           
 java.lang.string getname()
           
 int getvalue()
           
 
enum constant detail

none

public static final fontalignmenttype none

auto

public static final fontalignmenttype auto

top

public static final fontalignmenttype top

center

public static final fontalignmenttype center

bottom

public static final fontalignmenttype bottom

baseline

public static final fontalignmenttype baseline
method detail

getname

public java.lang.string getname()

getvalue

public int getvalue()

getfontalignmenttypefromvalue

public static fontalignmenttype getfontalignmenttypefromvalue(long value)


网站地图