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 Rectangle
This is the 11x17 formatstatic final Rectangle
This is the a0 formatstatic final Rectangle
This is the a1 formatstatic final Rectangle
This is the a10 formatstatic final Rectangle
This is the a2 formatstatic final Rectangle
This is the a3 formatstatic final Rectangle
This is the a4 formatstatic final Rectangle
This is the a5 formatstatic final Rectangle
This is the a6 formatstatic final Rectangle
This is the a7 formatstatic final Rectangle
This is the a8 formatstatic final Rectangle
This is the a9 formatstatic final Rectangle
This is the archA formatstatic final Rectangle
This is the archB formatstatic final Rectangle
This is the archC formatstatic final Rectangle
This is the archD formatstatic final Rectangle
This is the archE formatstatic final Rectangle
This is the b0 formatstatic final Rectangle
This is the b1 formatstatic final Rectangle
This is the b2 formatstatic final Rectangle
This is the b3 formatstatic final Rectangle
This is the b4 formatstatic final Rectangle
This is the b5 formatstatic final Rectangle
This is the flsa formatstatic final Rectangle
This is the flse formatstatic final Rectangle
This is the halfletter formatstatic final Rectangle
This is the ledger formatstatic final Rectangle
This is the legal formatstatic final Rectangle
This is the letter formatstatic final Rectangle
This 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()
-