textalignment-ag凯发旗舰厅



com.spire.doc.documents
enum textalignment

java.lang.object
  extended by java.lang.enum<textalignment>
      extended by com.spire.doc.documents.textalignment
all implemented interfaces:
java.lang.comparable<textalignment>

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

a 16-bit unsigned integer that specifies vertical font alignment for east asian languages.


enum constant summary
auto
          this value specifies that alignment is automatically determined by the application.
baseline
          this value specifies that characters are aligned based on their baseline.
bottom
          this value specifies that characters are aligned based on the bottom of each character.
center
          this value specifies that characters are centered on the line.
top
          this value specifies that characters are aligned based on the top of each character.
 
method summary
 int getvalue()
           
 
enum constant detail

top

public static final textalignment top
this value specifies that characters are aligned based on the top of each character.

center

public static final textalignment center
this value specifies that characters are centered on the line.

baseline

public static final textalignment baseline
this value specifies that characters are aligned based on their baseline. this is how standard latin text is displayed.

bottom

public static final textalignment bottom
this value specifies that characters are aligned based on the bottom of each character.

auto

public static final textalignment auto
this value specifies that alignment is automatically determined by the application.
method detail

getvalue

public int getvalue()


网站地图