Class PaperSize

java.lang.Object
org.jpedal.constants.PaperSize

public final class PaperSize extends Object
Provides constants for standard paper sizes as defined by ISO, US, Architectural, and other common standards. Each paper size is represented as a four-element float array corresponding to the PDF media box format: {lower-left-x, lower-left-y, upper-right-x, upper-right-y}.
  • Field Details

    • A0_PORTRAIT

      public static final float[] A0_PORTRAIT
      ISO A0 portrait orientation
    • A0_LANDSCAPE

      public static final float[] A0_LANDSCAPE
      ISO A0 landscape orientation
    • A1_PORTRAIT

      public static final float[] A1_PORTRAIT
      ISO A1 portrait orientation
    • A1_LANDSCAPE

      public static final float[] A1_LANDSCAPE
      ISO A1 landscape orientation
    • A2_PORTRAIT

      public static final float[] A2_PORTRAIT
      ISO A2 portrait orientation
    • A2_LANDSCAPE

      public static final float[] A2_LANDSCAPE
      ISO A2 landscape orientation
    • A3_PORTRAIT

      public static final float[] A3_PORTRAIT
      ISO A3 portrait orientation
    • A3_LANDSCAPE

      public static final float[] A3_LANDSCAPE
      ISO A3 landscape orientation
    • A4_PORTRAIT

      public static final float[] A4_PORTRAIT
      ISO A4 portrait orientation (commonly referred to as standard letter size in many countries)
    • A4_LANDSCAPE

      public static final float[] A4_LANDSCAPE
      ISO A4 landscape orientation
    • A5_PORTRAIT

      public static final float[] A5_PORTRAIT
      ISO A5 portrait orientation
    • A5_LANDSCAPE

      public static final float[] A5_LANDSCAPE
      ISO A5 landscape orientation
    • A6_PORTRAIT

      public static final float[] A6_PORTRAIT
      ISO A6 portrait orientation
    • A6_LANDSCAPE

      public static final float[] A6_LANDSCAPE
      ISO A6 landscape orientation
    • LETTER_PORTRAIT

      public static final float[] LETTER_PORTRAIT
      US Letter portrait orientation
    • LETTER_LANDSCAPE

      public static final float[] LETTER_LANDSCAPE
      US Letter landscape orientation
    • TABLOID_PORTRAIT

      public static final float[] TABLOID_PORTRAIT
      US Tabloid portrait orientation
    • TABLOID_LANDSCAPE

      public static final float[] TABLOID_LANDSCAPE
      US Tabloid landscape orientation
    • EXECUTIVE_PORTRAIT

      public static final float[] EXECUTIVE_PORTRAIT
      US Executive portrait orientation
    • EXECUTIVE_LANDSCAPE

      public static final float[] EXECUTIVE_LANDSCAPE
      US Executive landscape orientation
    • ARCH_A_PORTRAIT

      public static final float[] ARCH_A_PORTRAIT
      Architectural size A portrait orientation
    • ARCH_A_LANDSCAPE

      public static final float[] ARCH_A_LANDSCAPE
      Architectural size A landscape orientation
    • ARCH_B_PORTRAIT

      public static final float[] ARCH_B_PORTRAIT
      Architectural size B portrait orientation
    • ARCH_B_LANDSCAPE

      public static final float[] ARCH_B_LANDSCAPE
      Architectural size B landscape orientation
    • ARCH_C_PORTRAIT

      public static final float[] ARCH_C_PORTRAIT
      Architectural size C portrait orientation
    • ARCH_C_LANDSCAPE

      public static final float[] ARCH_C_LANDSCAPE
      Architectural size C landscape orientation
    • ARCH_D_PORTRAIT

      public static final float[] ARCH_D_PORTRAIT
      Architectural size D portrait orientation
    • ARCH_D_LANDSCAPE

      public static final float[] ARCH_D_LANDSCAPE
      Architectural size D landscape orientation
    • ARCH_E_PORTRAIT

      public static final float[] ARCH_E_PORTRAIT
      Architectural size E portrait orientation
    • ARCH_E_LANDSCAPE

      public static final float[] ARCH_E_LANDSCAPE
      Architectural size E landscape orientation
    • B4_PORTRAIT

      public static final float[] B4_PORTRAIT
      ISO B4 portrait orientation
    • B4_LANDSCAPE

      public static final float[] B4_LANDSCAPE
      ISO B4 landscape orientation
    • B5_PORTRAIT

      public static final float[] B5_PORTRAIT
      ISO B5 portrait orientation
    • B5_LANDSCAPE

      public static final float[] B5_LANDSCAPE
      ISO B5 landscape orientation
    • STATEMENT_PORTRAIT

      public static final float[] STATEMENT_PORTRAIT
      US Statement size portrait orientation
    • STATEMENT_LANDSCAPE

      public static final float[] STATEMENT_LANDSCAPE
      US Statement size landscape orientation
    • FOLIO_PORTRAIT

      public static final float[] FOLIO_PORTRAIT
      Folio size portrait orientation
    • FOLIO_LANDSCAPE

      public static final float[] FOLIO_LANDSCAPE
      Folio size landscape orientation