pdfpageorientation-ag凯发旗舰厅
com.spire.pdf
enum pdfpageorientation
java.lang.object
java.lang.enum<pdfpageorientation>
com.spire.pdf.pdfpageorientation
- all implemented interfaces:
- java.lang.comparable<pdfpageorientation>
public enum pdfpageorientation
- extends java.lang.enum<pdfpageorientation>
enumerator that implements page orientations.
enum constant summary |
landscape
landscape orientation. |
portrait
portrait orientation. |
method summary |
java.lang.string |
getname()
gets the name to enumerator that implements page orientations. |
int |
getvalue()
gets the value to enumerator that implements page orientations. |
portrait
public static final pdfpageorientation portrait
- portrait orientation.
landscape
public static final pdfpageorientation landscape
- landscape orientation.
getname
public java.lang.string getname()
- gets the name to enumerator that implements page orientations.
getvalue
public int getvalue()
- gets the value to enumerator that implements page orientations.