pdfverticalalignment-ag凯发旗舰厅



com.spire.pdf.graphics
enum pdfverticalalignment

java.lang.object
  extended by java.lang.enum<pdfverticalalignment>
      extended by 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.
 
enum constant detail

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.


网站地图