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