pdfverticalalignment-ag凯发旗舰厅
com.spire.pdf.graphics
enum pdfverticalalignment
java.lang.object
java.lang.enum<pdfverticalalignment>
com.spire.pdf.graphics.pdfverticalalignment
- all implemented interfaces:
- java.lang.comparable<pdfverticalalignment>
public enum pdfverticalalignment
- extends java.lang.enum<pdfverticalalignment>
specifies the type of vertical alignment.
enum constant summary |
bottom
specifies the element is aligned to bottom. |
middle
specifies the element is aligned to middle. |
top
specifies the element is aligned to top. |
top
public static final pdfverticalalignment top
- specifies the element is aligned to top.
middle
public static final pdfverticalalignment middle
- specifies the element is aligned to middle.
bottom
public static final pdfverticalalignment bottom
- specifies the element is aligned to bottom.