[]
Serializable, Comparable<PageOrientation>, ConstableUse this enum with page setup APIs to control how a worksheet is oriented when printed or exported to paginated formats.
IPageSetup pageSetup = worksheet.getPageSetup();
pageSetup.setOrientation(PageOrientation.Landscape);
PageOrientation orientation = pageSetup.getOrientation();
Enum.EnumDesc<E extends Enum<E>>static PageOrientationforValue(int value) intgetValue()static PageOrientationstatic PageOrientation[]values()name - the name of the enum constant to be returned.IllegalArgumentException - if this enum class has no constant with the specified nameNullPointerException - if the argument is null