Package jxl.format
Class PageOrientation
- java.lang.Object
-
- jxl.format.PageOrientation
-
public final class PageOrientation extends java.lang.ObjectEnumeration type which describes the page orientation
-
-
Field Summary
Fields Modifier and Type Field Description static PageOrientationLANDSCAPELandscape orientationstatic PageOrientationPORTRAITPortrait orientation
-
-
-
Field Detail
-
PORTRAIT
public static PageOrientation PORTRAIT
Portrait orientation
-
LANDSCAPE
public static PageOrientation LANDSCAPE
Landscape orientation
-
-