Example usage for Java com.lowagie.text PageSize fields, constructors, methods, implement or subclass
The text is from its open source code.
Rectangle | LETTER This is the letter format |
Rectangle | NOTE This is the note format |
Rectangle | LEGAL This is the legal 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 | A7 This is the a7 format |
Rectangle | A8 This is the a8 format |
Rectangle | A9 This is the a9 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 | FLSA This is the American Foolscap format |
Rectangle | FLSE This is the European Foolscap format |
Rectangle | HALFLETTER This is the halfletter format |
Rectangle | _11X17 This is the 11x17 format |
Rectangle | LEDGER This is the ledger format |
Rectangle | getRectangle(String name) This method returns a Rectangle based on a String. |