|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<PdfPageOrientation>
com.spire.pdf.PdfPageOrientation
public 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. |
Enum Constant Detail |
---|
public static final PdfPageOrientation Portrait
public static final PdfPageOrientation Landscape
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 |