|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.lowagie.text.PageSize
The PageSize
-object contains a number of rectangles representing the most common papersizes.
Rectangle
Field Summary | |
static Rectangle |
_11X17
This is the 11x17 format |
static Rectangle |
A0
This is the a0 format |
static Rectangle |
A1
This is the a1 format |
static Rectangle |
A10
This is the a10 format |
static Rectangle |
A2
This is the a2 format |
static Rectangle |
A3
This is the a3 format |
static Rectangle |
A4
This is the a4 format |
static Rectangle |
A5
This is the a5 format |
static Rectangle |
A6
This is the a6 format |
static Rectangle |
A7
This is the a7 format |
static Rectangle |
A8
This is the a8 format |
static Rectangle |
A9
This is the a9 format |
static Rectangle |
ARCH_A
This is the archA format |
static Rectangle |
ARCH_B
This is the archB format |
static Rectangle |
ARCH_C
This is the archC format |
static Rectangle |
ARCH_D
This is the archD format |
static Rectangle |
ARCH_E
This is the archE format |
static Rectangle |
B0
This is the b0 format |
static Rectangle |
B1
This is the b1 format |
static Rectangle |
B2
This is the b2 format |
static Rectangle |
B3
This is the b3 format |
static Rectangle |
B4
This is the b4 format |
static Rectangle |
B5
This is the b5 format |
static Rectangle |
FLSA
This is the flsa format |
static Rectangle |
FLSE
This is the flse format |
static Rectangle |
HALFLETTER
This is the halfletter format |
static Rectangle |
LEDGER
This is the ledger format |
static Rectangle |
LEGAL
This is the legal format |
static Rectangle |
LETTER
This is the letter format |
static Rectangle |
NOTE
This is the note format |
Constructor Summary | |
PageSize()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final Rectangle LETTER
public static final Rectangle NOTE
public static final Rectangle LEGAL
public static final Rectangle A0
public static final Rectangle A1
public static final Rectangle A2
public static final Rectangle A3
public static final Rectangle A4
public static final Rectangle A5
public static final Rectangle A6
public static final Rectangle A7
public static final Rectangle A8
public static final Rectangle A9
public static final Rectangle A10
public static final Rectangle B0
public static final Rectangle B1
public static final Rectangle B2
public static final Rectangle B3
public static final Rectangle B4
public static final Rectangle B5
public static final Rectangle ARCH_E
public static final Rectangle ARCH_D
public static final Rectangle ARCH_C
public static final Rectangle ARCH_B
public static final Rectangle ARCH_A
public static final Rectangle FLSA
public static final Rectangle FLSE
public static final Rectangle HALFLETTER
public static final Rectangle _11X17
public static final Rectangle LEDGER
Constructor Detail |
public PageSize()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |