Class PageSize

java.lang.Object
com.aowagie.text.PageSize

public class PageSize extends Object
The PageSize-object contains a number of rectangles representing the most common paper sizes.
See Also:
  • Field Details

    • LETTER

      public static final Rectangle LETTER
      This is the letter format
    • A4

      public static final Rectangle A4
      This is the a4 format
  • Constructor Details

    • PageSize

      public PageSize()