jxl.format
Class PageOrientation

java.lang.Object
  extended byjxl.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
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

LANDSCAPE

public static PageOrientation LANDSCAPE
Landscape orientation


PORTRAIT

public static PageOrientation PORTRAIT
Portrait orientation