Serializable, Comparable<PdfConvertOptions.PdfFormatEnum>public static enum PdfConvertOptions.PdfFormatEnum extends Enum<PdfConvertOptions.PdfFormatEnum>
| Modifier and Type | Class | Description |
|---|---|---|
static class |
PdfConvertOptions.PdfFormatEnum.Adapter |
| Enum Constant | Description |
|---|---|
DEFAULT |
|
PDFA_1A |
|
PDFA_1B |
|
PDFA_2A |
|
PDFA_2B |
|
PDFA_2U |
|
PDFA_3A |
|
PDFA_3B |
|
PDFA_3U |
|
PDFX_1A |
|
PDFX3 |
|
V1_3 |
|
V1_4 |
|
V1_5 |
|
V1_6 |
|
V1_7 |
| Modifier and Type | Method | Description |
|---|---|---|
static PdfConvertOptions.PdfFormatEnum |
fromValue(String text) |
|
String |
getValue() |
|
String |
toString() |
|
static PdfConvertOptions.PdfFormatEnum |
valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static PdfConvertOptions.PdfFormatEnum[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PdfConvertOptions.PdfFormatEnum DEFAULT
public static final PdfConvertOptions.PdfFormatEnum PDFA_1A
public static final PdfConvertOptions.PdfFormatEnum PDFA_1B
public static final PdfConvertOptions.PdfFormatEnum PDFA_2A
public static final PdfConvertOptions.PdfFormatEnum PDFA_3A
public static final PdfConvertOptions.PdfFormatEnum PDFA_2B
public static final PdfConvertOptions.PdfFormatEnum PDFA_2U
public static final PdfConvertOptions.PdfFormatEnum PDFA_3B
public static final PdfConvertOptions.PdfFormatEnum PDFA_3U
public static final PdfConvertOptions.PdfFormatEnum V1_3
public static final PdfConvertOptions.PdfFormatEnum V1_4
public static final PdfConvertOptions.PdfFormatEnum V1_5
public static final PdfConvertOptions.PdfFormatEnum V1_6
public static final PdfConvertOptions.PdfFormatEnum V1_7
public static final PdfConvertOptions.PdfFormatEnum PDFX_1A
public static final PdfConvertOptions.PdfFormatEnum PDFX3
public static PdfConvertOptions.PdfFormatEnum[] values()
for (PdfConvertOptions.PdfFormatEnum c : PdfConvertOptions.PdfFormatEnum.values()) System.out.println(c);
public static PdfConvertOptions.PdfFormatEnum 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 nullpublic String getValue()
public String toString()
toString in class Enum<PdfConvertOptions.PdfFormatEnum>public static PdfConvertOptions.PdfFormatEnum fromValue(String text)
Copyright © 2025. All rights reserved.