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