org.apache.cocoon.components.elementprocessor.impl.poi.hssf.elements
Class PrintOrder
java.lang.Object
org.apache.cocoon.components.elementprocessor.impl.poi.hssf.elements.PrintOrder
public class PrintOrder
- extends Object
Print order -- encapsulation of the strings representing the print
ordering, and a simpler way to deal with them.
- Version:
- CVS $Id: PrintOrder.html 1304258 2012-03-23 10:09:27Z ilgrosso $
- Author:
- Marc Johnson (marc_johnson27591@hotmail.com)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PRINT_ORDER_RIGHT_THEN_DOWN
public static final int PRINT_ORDER_RIGHT_THEN_DOWN
- See Also:
- Constant Field Values
PRINT_ORDER_DOWN_THEN_RIGHT
public static final int PRINT_ORDER_DOWN_THEN_RIGHT
- See Also:
- Constant Field Values
extractPrintOrder
public static NumericResult extractPrintOrder(String value)
- convert a string into a NumericResult
- Parameters:
value
- the string describing the print order
- Returns:
- a NumericResult containing either one of the public enumeration
values, or an appropriate IOException
Copyright © 1999-2010 The Apache Software Foundation. All Rights Reserved.