|
|||||||||
prev class next class | frames no frames | ||||||||
summary: nested | enum constants | field | method | detail: enum constants | field | method |
java.lang.objectjava.lang.enum<pdfalignmentstyle>
com.spire.pdf.pdfalignmentstyle
public enum pdfalignmentstyle
specifies how the page template is aligned relative to the template area.
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 |
---|
public static final pdfalignmentstyle none
public static final pdfalignmentstyle topleft
public static final pdfalignmentstyle topcenter
public static final pdfalignmentstyle topright
public static final pdfalignmentstyle middleleft
public static final pdfalignmentstyle middlecenter
public static final pdfalignmentstyle middleright
public static final pdfalignmentstyle bottomleft
public static final pdfalignmentstyle bottomcenter
public static final pdfalignmentstyle bottomright
method detail |
---|
public java.lang.string getname()
public int getvalue()
|
|||||||||
prev class next class | frames no frames | ||||||||
summary: nested | enum constants | field | method | detail: enum constants | field | method |