public static enum PdfExportPreferences.Format extends Enum<PdfExportPreferences.Format>
Enum Constant and Description |
---|
A0 |
A1 |
A10 |
A2 |
A3 |
A4 |
A5 |
A6 |
A7 |
A8 |
A9 |
B0 |
B1 |
B10 |
B2 |
B3 |
B4 |
B5 |
B6 |
B7 |
B8 |
B9 |
C0 |
C1 |
C10 |
C2 |
C3 |
C4 |
C5 |
C6 |
C7 |
C8 |
C9 |
Modifier and Type | Method and Description |
---|---|
static PdfExportPreferences.Format |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PdfExportPreferences.Format[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PdfExportPreferences.Format A0
public static final PdfExportPreferences.Format A1
public static final PdfExportPreferences.Format A2
public static final PdfExportPreferences.Format A3
public static final PdfExportPreferences.Format A4
public static final PdfExportPreferences.Format A5
public static final PdfExportPreferences.Format A6
public static final PdfExportPreferences.Format A7
public static final PdfExportPreferences.Format A8
public static final PdfExportPreferences.Format A9
public static final PdfExportPreferences.Format A10
public static final PdfExportPreferences.Format B0
public static final PdfExportPreferences.Format B1
public static final PdfExportPreferences.Format B2
public static final PdfExportPreferences.Format B3
public static final PdfExportPreferences.Format B4
public static final PdfExportPreferences.Format B5
public static final PdfExportPreferences.Format B6
public static final PdfExportPreferences.Format B7
public static final PdfExportPreferences.Format B8
public static final PdfExportPreferences.Format B9
public static final PdfExportPreferences.Format B10
public static final PdfExportPreferences.Format C0
public static final PdfExportPreferences.Format C1
public static final PdfExportPreferences.Format C2
public static final PdfExportPreferences.Format C3
public static final PdfExportPreferences.Format C4
public static final PdfExportPreferences.Format C5
public static final PdfExportPreferences.Format C6
public static final PdfExportPreferences.Format C7
public static final PdfExportPreferences.Format C8
public static final PdfExportPreferences.Format C9
public static final PdfExportPreferences.Format C10
public static PdfExportPreferences.Format[] values()
for (PdfExportPreferences.Format c : PdfExportPreferences.Format.values()) System.out.println(c);
public static PdfExportPreferences.Format valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullCopyright © 2012–2018 JBoss by Red Hat. All rights reserved.