Class PageSize
java.lang.Object
com.gitlab.pdftk_java.com.lowagie.text.PageSize
The
PageSize-object contains a number of rectangles representing the most common papersizes.- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final RectangleThis is the 11x17 formatstatic final RectangleThis is the a0 formatstatic final RectangleThis is the a1 formatstatic final RectangleThis is the a10 formatstatic final RectangleThis is the a2 formatstatic final RectangleThis is the a3 formatstatic final RectangleThis is the a4 formatstatic final RectangleThis is the a5 formatstatic final RectangleThis is the a6 formatstatic final RectangleThis is the a7 formatstatic final RectangleThis is the a8 formatstatic final RectangleThis is the a9 formatstatic final RectangleThis is the archA formatstatic final RectangleThis is the archB formatstatic final RectangleThis is the archC formatstatic final RectangleThis is the archD formatstatic final RectangleThis is the archE formatstatic final RectangleThis is the b0 formatstatic final RectangleThis is the b1 formatstatic final RectangleThis is the b2 formatstatic final RectangleThis is the b3 formatstatic final RectangleThis is the b4 formatstatic final RectangleThis is the b5 formatstatic final RectangleThis is the flsa formatstatic final RectangleThis is the flse formatstatic final RectangleThis is the halfletter formatstatic final RectangleThis is the ledger formatstatic final RectangleThis is the legal formatstatic final RectangleThis is the letter formatstatic final RectangleThis is the note format -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
LETTER
This is the letter format -
NOTE
This is the note format -
LEGAL
This is the legal format -
A0
This is the a0 format -
A1
This is the a1 format -
A2
This is the a2 format -
A3
This is the a3 format -
A4
This is the a4 format -
A5
This is the a5 format -
A6
This is the a6 format -
A7
This is the a7 format -
A8
This is the a8 format -
A9
This is the a9 format -
A10
This is the a10 format -
B0
This is the b0 format -
B1
This is the b1 format -
B2
This is the b2 format -
B3
This is the b3 format -
B4
This is the b4 format -
B5
This is the b5 format -
ARCH_E
This is the archE format -
ARCH_D
This is the archD format -
ARCH_C
This is the archC format -
ARCH_B
This is the archB format -
ARCH_A
This is the archA format -
FLSA
This is the flsa format -
FLSE
This is the flse format -
HALFLETTER
This is the halfletter format -
_11X17
This is the 11x17 format -
LEDGER
This is the ledger format
-
-
Constructor Details
-
PageSize
public PageSize()
-