pdfalignmentstyle-ag凯发旗舰厅



com.spire.pdf
enum pdfalignmentstyle

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

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

specifies how the page template is aligned relative to the template area.

see also:
this enumeration is used in class.

enum constant summary
bottomcenter
          the template is bottom center aligned.
bottomleft
          the template is bottom left aligned.
bottomright
          the template is bottom right aligned.
middlecenter
          the template is middle center aligned.
middleleft
          the template is middle left aligned.
middleright
          the template is middle right aligned.
none
          specifies no alignment.
topcenter
          the template is top center aligned.
topleft
          the template is top left aligned.
topright
          the template is top right aligned.
 
method summary
 java.lang.string getname()
          gets the name specifing how the page template is aligned relative to the template area
 int getvalue()
          gets the value specifing how the page template is aligned relative to the template area
 
enum constant detail

none

public static final pdfalignmentstyle none
specifies no alignment.

topleft

public static final pdfalignmentstyle topleft
the template is top left aligned.

topcenter

public static final pdfalignmentstyle topcenter
the template is top center aligned.

topright

public static final pdfalignmentstyle topright
the template is top right aligned.

middleleft

public static final pdfalignmentstyle middleleft
the template is middle left aligned.

middlecenter

public static final pdfalignmentstyle middlecenter
the template is middle center aligned.

middleright

public static final pdfalignmentstyle middleright
the template is middle right aligned.

bottomleft

public static final pdfalignmentstyle bottomleft
the template is bottom left aligned.

bottomcenter

public static final pdfalignmentstyle bottomcenter
the template is bottom center aligned.

bottomright

public static final pdfalignmentstyle bottomright
the template is bottom right aligned.
method detail

getname

public java.lang.string getname()
gets the name specifing how the page template is aligned relative to the template area
returns:
name

getvalue

public int getvalue()
gets the value specifing how the page template is aligned relative to the template area
returns:
value


网站地图