|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.poi.ss.usermodel.PrintOrientation
public class PrintOrientation
The enumeration value indicating the print orientation for a sheet.
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 |
---|
public static final PrintOrientation DEFAULT
public static final PrintOrientation PORTRAIT
public static final PrintOrientation LANDSCAPE
Method Detail |
---|
public static PrintOrientation[] values()
public int getValue()
public static PrintOrientation valueOf(int value)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |