com.lowagie.text
public class PageSize extends Object
PageSize
-object contains a number of rectangles representing the most common paper sizes.
See Also: Rectangle
Field Summary | |
---|---|
static Rectangle | A0 This is the a0 format |
static Rectangle | A1 This is the a1 format |
static Rectangle | A10 This is the a10 format |
static Rectangle | A2 This is the a2 format |
static Rectangle | A3 This is the a3 format |
static Rectangle | A4 This is the a4 format |
static Rectangle | A5 This is the a5 format |
static Rectangle | A6 This is the a6 format |
static Rectangle | A7 This is the a7 format |
static Rectangle | A8 This is the a8 format |
static Rectangle | A9 This is the a9 format |
static Rectangle | ARCH_A This is the archA format |
static Rectangle | ARCH_B This is the archB format |
static Rectangle | ARCH_C This is the archC format |
static Rectangle | ARCH_D This is the archD format |
static Rectangle | ARCH_E This is the archE format |
static Rectangle | B0 This is the b0 format |
static Rectangle | B1 This is the b1 format |
static Rectangle | B10 This is the b10 format |
static Rectangle | B2 This is the b2 format |
static Rectangle | B3 This is the b3 format |
static Rectangle | B4 This is the b4 format |
static Rectangle | B5 This is the b5 format |
static Rectangle | B6 This is the b6 format |
static Rectangle | B7 This is the b7 format |
static Rectangle | B8 This is the b8 format |
static Rectangle | B9 This is the b9 format |
static Rectangle | CROWN_OCTAVO This is the Crown Octavo format |
static Rectangle | CROWN_QUARTO This is the Crown Quarto format |
static Rectangle | DEMY_OCTAVO This is the Demy Octavo format |
static Rectangle | DEMY_QUARTO This is the Demy Quarto format. |
static Rectangle | EXECUTIVE This is the executive format |
static Rectangle | FLSA This is the American Foolscap format |
static Rectangle | FLSE This is the European Foolscap format |
static Rectangle | HALFLETTER This is the halfletter format |
static Rectangle | ID_1 This is the ISO 7810 ID-1 format (85.60 x 53.98 mm or 3.370 x 2.125 inch) |
static Rectangle | ID_2 This is the ISO 7810 ID-2 format (A7 rotated) |
static Rectangle | ID_3 This is the ISO 7810 ID-3 format (B7 rotated) |
static Rectangle | LARGE_CROWN_OCTAVO This is the Large Crown Octavo format |
static Rectangle | LARGE_CROWN_QUARTO This is the Large Crown Quarto format |
static Rectangle | LEDGER This is the ledger format |
static Rectangle | LEGAL This is the legal format |
static Rectangle | LETTER This is the letter format |
static Rectangle | NOTE This is the note format |
static Rectangle | PENGUIN_LARGE_PAPERBACK This is the Penguin large paperback format. |
static Rectangle | PENGUIN_SMALL_PAPERBACK This is the Pengiun small paperback format. |
static Rectangle | POSTCARD This is the postcard format |
static Rectangle | ROYAL_OCTAVO This is the Royal Octavo format. |
static Rectangle | ROYAL_QUARTO This is the Royal Quarto format. |
static Rectangle | SMALL_PAPERBACK This is the small paperback format. |
static Rectangle | TABLOID This is the tabloid format |
static Rectangle | _11X17 This is the 11x17 format |
Method Summary | |
---|---|
static Rectangle | getRectangle(String name)
This method returns a Rectangle based on a String.
|