jxl.format
Class PageOrder

java.lang.Object
  extended byjxl.format.PageOrder

public class PageOrder
extends java.lang.Object

Enumeration type which describes the page orientation


Field Summary
static PageOrder DOWN_THEN_RIGHT
          Top to Down then Right.
static PageOrder RIGHT_THEN_DOWN
          Left to Right then Down.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DOWN_THEN_RIGHT

public static PageOrder DOWN_THEN_RIGHT
Top to Down then Right.


RIGHT_THEN_DOWN

public static PageOrder RIGHT_THEN_DOWN
Left to Right then Down.