com.spire.doc.documents
Enum PageOrientation
java.lang.Object
java.lang.Enum<PageOrientation>
com.spire.doc.documents.PageOrientation
- All Implemented Interfaces:
- java.lang.Comparable<PageOrientation>
public enum PageOrientation
- extends java.lang.Enum<PageOrientation>
Specifies orientation of the page.
Enum Constant Summary |
Landscape
Landscape page orientation. |
Portrait
Portrait page orientation. |
Portrait
public static final PageOrientation Portrait
- Portrait page orientation.
Landscape
public static final PageOrientation Landscape
- Landscape page orientation.
getValue
public int getValue()