Package com.lowagie.text
Class PageSize
java.lang.Object
com.lowagie.text.PageSize
The
PageSize
-object contains a number of rectangles representing the most common paper sizes.- 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 b10 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 b6 formatstatic final Rectangle
This is the b7 formatstatic final Rectangle
This is the b8 formatstatic final Rectangle
This is the b9 formatstatic final Rectangle
This is the Crown Octavo formatstatic final Rectangle
This is the Crown Quarto formatstatic final Rectangle
This is the Demy Octavo formatstatic final Rectangle
This is the Demy Quarto format.static final Rectangle
This is the executive formatstatic final Rectangle
This is the American Foolscap formatstatic final Rectangle
This is the European Foolscap formatstatic final Rectangle
This is the halfletter formatstatic final Rectangle
This is the ISO 7810 ID-1 format (85.60 x 53.98 mm or 3.370 x 2.125 inch)static final Rectangle
This is the ISO 7810 ID-2 format (A7 rotated)static final Rectangle
This is the ISO 7810 ID-3 format (B7 rotated)static final Rectangle
This is the Large Crown Octavo formatstatic final Rectangle
This is the Large Crown Quarto 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 formatstatic final Rectangle
This is the Penguin large paperback format.static final Rectangle
This is the Pengiun small paperback format.static final Rectangle
This is the postcard formatstatic final Rectangle
This is the Royal Octavo format.static final Rectangle
This is the Royal Quarto format.static final Rectangle
This is the small paperback format.static final Rectangle
This is the tabloid format -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Rectangle
getRectangle
(String name) This method returns a Rectangle based on a String.
-
Field Details
-
LETTER
This is the letter format -
NOTE
This is the note format -
LEGAL
This is the legal format -
TABLOID
This is the tabloid format -
EXECUTIVE
This is the executive format -
POSTCARD
This is the postcard 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 -
B6
This is the b6 format -
B7
This is the b7 format -
B8
This is the b8 format -
B9
This is the b9 format -
B10
This is the b10 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 American Foolscap format -
FLSE
This is the European Foolscap format -
HALFLETTER
This is the halfletter format -
_11X17
This is the 11x17 format -
ID_1
This is the ISO 7810 ID-1 format (85.60 x 53.98 mm or 3.370 x 2.125 inch) -
ID_2
This is the ISO 7810 ID-2 format (A7 rotated) -
ID_3
This is the ISO 7810 ID-3 format (B7 rotated) -
LEDGER
This is the ledger format -
CROWN_QUARTO
This is the Crown Quarto format -
LARGE_CROWN_QUARTO
This is the Large Crown Quarto format -
DEMY_QUARTO
This is the Demy Quarto format. -
ROYAL_QUARTO
This is the Royal Quarto format. -
CROWN_OCTAVO
This is the Crown Octavo format -
LARGE_CROWN_OCTAVO
This is the Large Crown Octavo format -
DEMY_OCTAVO
This is the Demy Octavo format -
ROYAL_OCTAVO
This is the Royal Octavo format. -
SMALL_PAPERBACK
This is the small paperback format. -
PENGUIN_SMALL_PAPERBACK
This is the Pengiun small paperback format. -
PENGUIN_LARGE_PAPERBACK
This is the Penguin large paperback format.
-
-
Constructor Details
-
PageSize
public PageSize()
-
-
Method Details
-
getRectangle
This method returns a Rectangle based on a String. Possible values are the the names of a constant in this class (for instance "A4", "LETTER",...) or a value like "595 842"- Parameters:
name
- name of the page size, possible valuesLETTER
NOTE
LEGAL
TABLOID
EXECUTIVE
POSTCARD
A0
A1
A2
A3
A4
A5
A6
A7
A8
A9
A10
B1
B2
B3
B4
B5
B6
B7
B8
B9
B10
ARCH_A
ARCH_B
ARCH_C
ARCH_D
ARCH_E
FLSA
FLSE
HALFLETTER
_11X17
_11X17
ID_1
ID_2
ID_3
LEDGER
CROWN_QUARTO
LARGE_CROWN_QUARTO
DEMY_QUARTO
ROYAL_QUARTO
CROWN_OCTAVO
LARGE_CROWN_OCTAVO
DEMY_OCTAVO
ROYAL_OCTAVO
SMALL_PAPERBACK
PENGUIN_SMALL_PAPERBACK
PENGUIN_LARGE_PAPERBACK
- Returns:
- an object of type
Rectangle
-