|
||||||||
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.PrintOrder
Print order -- encapsulation of the strings representing the print ordering, and a simpler way to deal with them.
Field Summary | |
static int |
PRINT_ORDER_DOWN_THEN_RIGHT
|
static int |
PRINT_ORDER_RIGHT_THEN_DOWN
|
Method Summary | |
static NumericResult |
extractPrintOrder(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_ORDER_RIGHT_THEN_DOWN
public static final int PRINT_ORDER_DOWN_THEN_RIGHT
Method Detail |
public static NumericResult extractPrintOrder(java.lang.String value)
value
- the string describing the print order
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |