pdftextalignment-ag凯发旗舰厅
com.spire.pdf.graphics
enum pdftextalignment
java.lang.object
java.lang.enum<pdftextalignment>
com.spire.pdf.graphics.pdftextalignment
- all implemented interfaces:
- java.lang.comparable<pdftextalignment>
public enum pdftextalignment
- extends java.lang.enum<pdftextalignment>
specifies the type of horizontal text alignment.
enum constant summary |
center
specifies the text is aligned to center. |
justify
specifies the text as justified text. |
left
specifies the text is aligned to left. |
right
specifies the text is aligned to right. |
left
public static final pdftextalignment left
- specifies the text is aligned to left.
center
public static final pdftextalignment center
- specifies the text is aligned to center.
right
public static final pdftextalignment right
- specifies the text is aligned to right.
justify
public static final pdftextalignment justify
- specifies the text as justified text.