|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.cocoon.components.elementprocessor.impl.poi.hssf.elements.PrintOrientation
Print orientation -- encapsulation of the strings representing the print orientation, and a simpler way to deal with them.
Field Summary | |
static int |
PRINT_ORIENTATION_LANDSCAPE
|
static int |
PRINT_ORIENTATION_PORTRAIT
|
Method Summary | |
static NumericResult |
extractPrintOrientation(java.lang.String value)
convert a string into a NumericResult |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final int PRINT_ORIENTATION_LANDSCAPE
public static final int PRINT_ORIENTATION_PORTRAIT
Method Detail |
public static NumericResult extractPrintOrientation(java.lang.String value)
value
- the string describing the print orientation
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |