org.pz.platypus.plugin.rtf
Class Limits
java.lang.Object
org.pz.platypus.plugin.rtf.Limits
public class Limits
- extends java.lang.Object
Static class that contains maxima, minima, and other RTF-related limits
These are the same as the PDF limits, for the nonce, but might change as
we implement more aspects of the RTF standard.
- Author:
- alb
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PAGE_HEIGHT_MAX
public static final float PAGE_HEIGHT_MAX
- See Also:
- Constant Field Values
PAGE_HEIGHT_MIN
public static final float PAGE_HEIGHT_MIN
- See Also:
- Constant Field Values
PAGE_WIDTH_MAX
public static final float PAGE_WIDTH_MAX
- See Also:
- Constant Field Values
PAGE_WIDTH_MIN
public static final float PAGE_WIDTH_MIN
- See Also:
- Constant Field Values
COLUMN_COUNT_MAX
public static final int COLUMN_COUNT_MAX
- a value so high that setting the current column to it, forces a new page
- See Also:
- Constant Field Values
Limits
public Limits()
Copyright © 2008-10 Pacific Data Works LLC