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
static PageOrientation LANDSCAPE
          Landscape orientation
static PageOrientation PORTRAIT
          Portrait orientation
 
Constructor Summary
private PageOrientation()
          Constructor
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

PORTRAIT

public static PageOrientation PORTRAIT
Portrait orientation

LANDSCAPE

public static PageOrientation LANDSCAPE
Landscape orientation
Constructor Detail

PageOrientation

private PageOrientation()
Constructor