Class PageSize
java.lang.Object
com.lowagie.text.PageSize
Deprecated.
The
PageSize-object contains a number of rectangles representing the most common paper sizes.- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final RectangleDeprecated.This is the 11x17 formatstatic final RectangleDeprecated.This is the a0 formatstatic final RectangleDeprecated.This is the a1 formatstatic final RectangleDeprecated.This is the a10 formatstatic final RectangleDeprecated.This is the a2 formatstatic final RectangleDeprecated.This is the a3 formatstatic final RectangleDeprecated.This is the a4 formatstatic final RectangleDeprecated.This is the a5 formatstatic final RectangleDeprecated.This is the a6 formatstatic final RectangleDeprecated.This is the a7 formatstatic final RectangleDeprecated.This is the a8 formatstatic final RectangleDeprecated.This is the a9 formatstatic final RectangleDeprecated.This is the archA formatstatic final RectangleDeprecated.This is the archB formatstatic final RectangleDeprecated.This is the archC formatstatic final RectangleDeprecated.This is the archD formatstatic final RectangleDeprecated.This is the archE formatstatic final RectangleDeprecated.This is the b0 formatstatic final RectangleDeprecated.This is the b1 formatstatic final RectangleDeprecated.This is the b10 formatstatic final RectangleDeprecated.This is the b2 formatstatic final RectangleDeprecated.This is the b3 formatstatic final RectangleDeprecated.This is the b4 formatstatic final RectangleDeprecated.This is the b5 formatstatic final RectangleDeprecated.This is the b6 formatstatic final RectangleDeprecated.This is the b7 formatstatic final RectangleDeprecated.This is the b8 formatstatic final RectangleDeprecated.This is the b9 formatstatic final RectangleDeprecated.This is the Crown Octavo formatstatic final RectangleDeprecated.This is the Crown Quarto formatstatic final RectangleDeprecated.This is the Demy Octavo formatstatic final RectangleDeprecated.This is the Demy Quarto format.static final RectangleDeprecated.This is the executive formatstatic final RectangleDeprecated.This is the American Foolscap formatstatic final RectangleDeprecated.This is the European Foolscap formatstatic final RectangleDeprecated.This is the halfletter formatstatic final RectangleDeprecated.This is the ISO 7810 ID-1 format (85.60 x 53.98 mm or 3.370 x 2.125 inch)static final RectangleDeprecated.This is the ISO 7810 ID-2 format (A7 rotated)static final RectangleDeprecated.This is the ISO 7810 ID-3 format (B7 rotated)static final RectangleDeprecated.This is the Large Crown Octavo formatstatic final RectangleDeprecated.This is the Large Crown Quarto formatstatic final RectangleDeprecated.This is the ledger formatstatic final RectangleDeprecated.This is the legal formatstatic final RectangleDeprecated.This is the letter formatstatic final RectangleDeprecated.This is the note formatstatic final RectangleDeprecated.This is the Penguin large paperback format.static final RectangleDeprecated.This is the Pengiun small paperback format.static final RectangleDeprecated.This is the postcard formatstatic final RectangleDeprecated.This is the Royal Octavo format.static final RectangleDeprecated.This is the Royal Quarto format.static final RectangleDeprecated.This is the small paperback format.static final RectangleDeprecated.This is the tabloid format -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic RectanglegetRectangle(String name) Deprecated.This method returns a Rectangle based on a String.
-
Field Details
-
LETTER
-
NOTE
-
LEGAL
-
TABLOID
-
EXECUTIVE
-
POSTCARD
-
A0
-
A1
-
A2
-
A3
-
A4
-
A5
-
A6
-
A7
-
A8
-
A9
-
A10
-
B0
-
B1
-
B2
-
B3
-
B4
-
B5
-
B6
-
B7
-
B8
-
B9
-
B10
-
ARCH_E
-
ARCH_D
-
ARCH_C
-
ARCH_B
-
ARCH_A
-
FLSA
-
FLSE
-
HALFLETTER
-
_11X17
-
ID_1
Deprecated.This is the ISO 7810 ID-1 format (85.60 x 53.98 mm or 3.370 x 2.125 inch) -
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
Deprecated.This is the Pengiun small paperback format. -
PENGUIN_LARGE_PAPERBACK
Deprecated.This is the Penguin large paperback format.
-
-
Constructor Details
-
PageSize
public PageSize()Deprecated.
-
-
Method Details
-
getRectangle
Deprecated.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 valuesLETTERNOTELEGALTABLOIDEXECUTIVEPOSTCARDA0A1A2A3A4A5A6A7A8A9A10B1B2B3B4B5B6B7B8B9B10ARCH_AARCH_BARCH_CARCH_DARCH_EFLSAFLSEHALFLETTER_11X17_11X17ID_1ID_2ID_3LEDGERCROWN_QUARTOLARGE_CROWN_QUARTODEMY_QUARTOROYAL_QUARTOCROWN_OCTAVOLARGE_CROWN_OCTAVODEMY_OCTAVOROYAL_OCTAVOSMALL_PAPERBACKPENGUIN_SMALL_PAPERBACKPENGUIN_LARGE_PAPERBACK- Returns:
- an object of type
Rectangle
-