Example usage for Java com.itextpdf.text PageSize fields, constructors, methods, implement or subclass
The text is from its open source code.
Rectangle | LETTER This is the letter format |
Rectangle | LEGAL This is the legal format |
Rectangle | TABLOID This is the tabloid format |
Rectangle | EXECUTIVE This is the executive format |
Rectangle | POSTCARD This is the postcard format |
Rectangle | A0 This is the a0 format |
Rectangle | A1 This is the a1 format |
Rectangle | A2 This is the a2 format |
Rectangle | A3 This is the a3 format |
Rectangle | A4 This is the a4 format |
Rectangle | A5 This is the a5 format |
Rectangle | A6 This is the a6 format |
Rectangle | B0 This is the b0 format |
Rectangle | B1 This is the b1 format |
Rectangle | B2 This is the b2 format |
Rectangle | B3 This is the b3 format |
Rectangle | B4 This is the b4 format |
Rectangle | B5 This is the b5 format |
Rectangle | ARCH_E This is the archE format |
Rectangle | ARCH_D This is the archD format |
Rectangle | ARCH_C This is the archC format |
Rectangle | ARCH_B This is the archB format |
Rectangle | ARCH_A This is the archA format |
Rectangle | FLSE This is the European Foolscap format |
Rectangle | LEDGER This is the ledger format |
Rectangle | PENGUIN_SMALL_PAPERBACK This is the Pengiun small paperback format. |
Rectangle | A4_LANDSCAPE This is the a4 format |
Rectangle | getRectangle(String name) This method returns a Rectangle based on a String. |