org.apache.poi.ss.usermodel
Class PrintOrientation

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

public class PrintOrientation
extends java.lang.Object

The enumeration value indicating the print orientation for a sheet.

Author:
Gisella Bronzetti

Field Summary
static PrintOrientation DEFAULT
          orientation not specified
static PrintOrientation LANDSCAPE
          landscape orientations
static PrintOrientation PORTRAIT
          portrait orientation
 
Method Summary
 int getValue()
           
static PrintOrientation valueOf(int value)
           
static PrintOrientation[] values()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEFAULT

public static final PrintOrientation DEFAULT
orientation not specified


PORTRAIT

public static final PrintOrientation PORTRAIT
portrait orientation


LANDSCAPE

public static final PrintOrientation LANDSCAPE
landscape orientations

Method Detail

values

public static PrintOrientation[] values()

getValue

public int getValue()

valueOf

public static PrintOrientation valueOf(int value)