public enum PdfPageSize extends java.lang.Enum<PdfPageSize> implements WkValue
| Enum Constant and Description |
|---|
A0
841 x 1189 mm
|
A1
594 x 841 mm
|
A2
420 x 594 mm
|
A3
297 x 420 mm
|
A4
210 x 297 mm, 8.26 x 11.69 inches
|
A5
148 x 210 mm
|
A6
105 x 148 mm
|
A7
74 x 105 mm
|
A8
52 x 74 mm
|
A9
37 x 52 mm
|
B0
1000 x 1414 mm
|
B1
707 x 1000 mm
|
B10
31 x 44 mm
|
B2
500 x 707 mm
|
B3
353 x 500 mm
|
B4
250 x 353 mm
|
B5
176 x 250 mm, 6.93 x 9.84 inches
|
B6
125 x 176 mm
|
B7
88 x 125 mm
|
B8
62 x 88 mm
|
B9
33 x 62 mm
|
C5E
163 x 229 mm
|
Comm10E
105 x 241 mm, U.S.
|
DLE
110 x 220 mm
|
Executive
7.5 x 10 inches, 190.5 x 254 mm
|
Folio
210 x 330 mm
|
Ledger
431.8 x 279.4 mm
|
Legal
8.5 x 14 inches, 215.9 x 355.6 mm
|
Letter
8.5 x 11 inches, 215.9 x 279.4 mm
|
Tabloid
279.4 x 431.8 mm
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getWkValue() |
static PdfPageSize |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PdfPageSize[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PdfPageSize A0
public static final PdfPageSize A1
public static final PdfPageSize A2
public static final PdfPageSize A3
public static final PdfPageSize A4
public static final PdfPageSize A5
public static final PdfPageSize A6
public static final PdfPageSize A7
public static final PdfPageSize A8
public static final PdfPageSize A9
public static final PdfPageSize B0
public static final PdfPageSize B1
public static final PdfPageSize B2
public static final PdfPageSize B3
public static final PdfPageSize B4
public static final PdfPageSize B5
public static final PdfPageSize B6
public static final PdfPageSize B7
public static final PdfPageSize B8
public static final PdfPageSize B9
public static final PdfPageSize B10
public static final PdfPageSize C5E
public static final PdfPageSize Comm10E
public static final PdfPageSize DLE
public static final PdfPageSize Executive
public static final PdfPageSize Folio
public static final PdfPageSize Ledger
public static final PdfPageSize Legal
public static final PdfPageSize Letter
public static final PdfPageSize Tabloid
public static PdfPageSize[] values()
for (PdfPageSize c : PdfPageSize.values()) System.out.println(c);
public static PdfPageSize valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic java.lang.String getWkValue()
getWkValue in interface WkValue