org.apache.poi.ss.usermodel
Class PageOrder

java.lang.Object
  extended by org.apache.poi.ss.usermodel.PageOrder

public class PageOrder
extends java.lang.Object

Specifies printed page order.

Author:
Gisella Bronzetti

Field Summary
static PageOrder DOWN_THEN_OVER
          Order pages vertically first, then move horizontally.
static PageOrder OVER_THEN_DOWN
          Order pages horizontally first, then move vertically
 
Method Summary
 int getValue()
           
static PageOrder valueOf(int value)
           
static PageOrder[] values()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DOWN_THEN_OVER

public static final PageOrder DOWN_THEN_OVER
Order pages vertically first, then move horizontally.


OVER_THEN_DOWN

public static final PageOrder OVER_THEN_DOWN
Order pages horizontally first, then move vertically

Method Detail

values

public static PageOrder[] values()

getValue

public int getValue()

valueOf

public static PageOrder valueOf(int value)