Package org.jpedal.constants
Class PaperSize
java.lang.Object
org.jpedal.constants.PaperSize
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 Summary
FieldsModifier and TypeFieldDescriptionstatic final float[]
ISO A0 landscape orientationstatic final float[]
ISO A0 portrait orientationstatic final float[]
ISO A1 landscape orientationstatic final float[]
ISO A1 portrait orientationstatic final float[]
ISO A2 landscape orientationstatic final float[]
ISO A2 portrait orientationstatic final float[]
ISO A3 landscape orientationstatic final float[]
ISO A3 portrait orientationstatic final float[]
ISO A4 landscape orientationstatic final float[]
ISO A4 portrait orientation (commonly referred to as standard letter size in many countries)static final float[]
ISO A5 landscape orientationstatic final float[]
ISO A5 portrait orientationstatic final float[]
ISO A6 landscape orientationstatic final float[]
ISO A6 portrait orientationstatic final float[]
Architectural size A landscape orientationstatic final float[]
Architectural size A portrait orientationstatic final float[]
Architectural size B landscape orientationstatic final float[]
Architectural size B portrait orientationstatic final float[]
Architectural size C landscape orientationstatic final float[]
Architectural size C portrait orientationstatic final float[]
Architectural size D landscape orientationstatic final float[]
Architectural size D portrait orientationstatic final float[]
Architectural size E landscape orientationstatic final float[]
Architectural size E portrait orientationstatic final float[]
ISO B4 landscape orientationstatic final float[]
ISO B4 portrait orientationstatic final float[]
ISO B5 landscape orientationstatic final float[]
ISO B5 portrait orientationstatic final float[]
US Executive landscape orientationstatic final float[]
US Executive portrait orientationstatic final float[]
Folio size landscape orientationstatic final float[]
Folio size portrait orientationstatic final float[]
US Legal landscape orientationstatic final float[]
US Legal portrait orientationstatic final float[]
US Letter landscape orientationstatic final float[]
US Letter portrait orientationstatic final float[]
US Statement size landscape orientationstatic final float[]
US Statement size portrait orientationstatic final float[]
US Tabloid landscape orientationstatic final float[]
US Tabloid portrait orientation -
Method Summary
-
Field Details
-
A0_PORTRAIT
public static final float[] A0_PORTRAITISO A0 portrait orientation -
A0_LANDSCAPE
public static final float[] A0_LANDSCAPEISO A0 landscape orientation -
A1_PORTRAIT
public static final float[] A1_PORTRAITISO A1 portrait orientation -
A1_LANDSCAPE
public static final float[] A1_LANDSCAPEISO A1 landscape orientation -
A2_PORTRAIT
public static final float[] A2_PORTRAITISO A2 portrait orientation -
A2_LANDSCAPE
public static final float[] A2_LANDSCAPEISO A2 landscape orientation -
A3_PORTRAIT
public static final float[] A3_PORTRAITISO A3 portrait orientation -
A3_LANDSCAPE
public static final float[] A3_LANDSCAPEISO A3 landscape orientation -
A4_PORTRAIT
public static final float[] A4_PORTRAITISO A4 portrait orientation (commonly referred to as standard letter size in many countries) -
A4_LANDSCAPE
public static final float[] A4_LANDSCAPEISO A4 landscape orientation -
A5_PORTRAIT
public static final float[] A5_PORTRAITISO A5 portrait orientation -
A5_LANDSCAPE
public static final float[] A5_LANDSCAPEISO A5 landscape orientation -
A6_PORTRAIT
public static final float[] A6_PORTRAITISO A6 portrait orientation -
A6_LANDSCAPE
public static final float[] A6_LANDSCAPEISO A6 landscape orientation -
LETTER_PORTRAIT
public static final float[] LETTER_PORTRAITUS Letter portrait orientation -
LETTER_LANDSCAPE
public static final float[] LETTER_LANDSCAPEUS Letter landscape orientation -
LEGAL_PORTRAIT
public static final float[] LEGAL_PORTRAITUS Legal portrait orientation -
LEGAL_LANDSCAPE
public static final float[] LEGAL_LANDSCAPEUS Legal landscape orientation -
TABLOID_PORTRAIT
public static final float[] TABLOID_PORTRAITUS Tabloid portrait orientation -
TABLOID_LANDSCAPE
public static final float[] TABLOID_LANDSCAPEUS Tabloid landscape orientation -
EXECUTIVE_PORTRAIT
public static final float[] EXECUTIVE_PORTRAITUS Executive portrait orientation -
EXECUTIVE_LANDSCAPE
public static final float[] EXECUTIVE_LANDSCAPEUS Executive landscape orientation -
ARCH_A_PORTRAIT
public static final float[] ARCH_A_PORTRAITArchitectural size A portrait orientation -
ARCH_A_LANDSCAPE
public static final float[] ARCH_A_LANDSCAPEArchitectural size A landscape orientation -
ARCH_B_PORTRAIT
public static final float[] ARCH_B_PORTRAITArchitectural size B portrait orientation -
ARCH_B_LANDSCAPE
public static final float[] ARCH_B_LANDSCAPEArchitectural size B landscape orientation -
ARCH_C_PORTRAIT
public static final float[] ARCH_C_PORTRAITArchitectural size C portrait orientation -
ARCH_C_LANDSCAPE
public static final float[] ARCH_C_LANDSCAPEArchitectural size C landscape orientation -
ARCH_D_PORTRAIT
public static final float[] ARCH_D_PORTRAITArchitectural size D portrait orientation -
ARCH_D_LANDSCAPE
public static final float[] ARCH_D_LANDSCAPEArchitectural size D landscape orientation -
ARCH_E_PORTRAIT
public static final float[] ARCH_E_PORTRAITArchitectural size E portrait orientation -
ARCH_E_LANDSCAPE
public static final float[] ARCH_E_LANDSCAPEArchitectural size E landscape orientation -
B4_PORTRAIT
public static final float[] B4_PORTRAITISO B4 portrait orientation -
B4_LANDSCAPE
public static final float[] B4_LANDSCAPEISO B4 landscape orientation -
B5_PORTRAIT
public static final float[] B5_PORTRAITISO B5 portrait orientation -
B5_LANDSCAPE
public static final float[] B5_LANDSCAPEISO B5 landscape orientation -
STATEMENT_PORTRAIT
public static final float[] STATEMENT_PORTRAITUS Statement size portrait orientation -
STATEMENT_LANDSCAPE
public static final float[] STATEMENT_LANDSCAPEUS Statement size landscape orientation -
FOLIO_PORTRAIT
public static final float[] FOLIO_PORTRAITFolio size portrait orientation -
FOLIO_LANDSCAPE
public static final float[] FOLIO_LANDSCAPEFolio size landscape orientation
-