public enum PdfFormat extends Enum<PdfFormat>
This class represents an pdf format.
Enum Constant and Description |
---|
PDF_A_1A
Pdf/A-1a format
|
PDF_A_1B
Pdf/A-1b format
|
PDF_A_2A
Pdf/A-2a format
|
PDF_A_2B
Pdf/A-2b
|
PDF_A_2U
Pdf/A-2u format
|
PDF_A_3A
Pdf/A-3a format
|
PDF_A_3B
Pdf/A-3b format
|
PDF_A_3U
Pdf/A-3u format
|
PDF_UA_1
PDF/UA-1 format
|
PDF_X_1A
PDF/X-1a format
|
PDF_X_1A_2001
PDF/X-1a-2001 format
|
PDF_X_3
PDF/X-3 format
|
v_1_0
Adobe version 1.0
|
v_1_1
Adobe version 1.1
|
v_1_2
Adobe version 1.2
|
v_1_3
Adobe version 1.3
|
v_1_4
Adobe version 1.4
|
v_1_5
Adobe version 1.5
|
v_1_6
Adobe version 1.6
|
v_1_7
Adobe version 1.7
|
v_2_0
ISO Standard PDF 2.0
|
ZUGFeRD
ZUGFeRD format
|
Modifier and Type | Method and Description |
---|---|
int |
getValue() |
static PdfFormat |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PdfFormat[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PdfFormat PDF_A_1A
public static final PdfFormat PDF_A_1B
public static final PdfFormat PDF_A_2A
public static final PdfFormat PDF_A_3A
public static final PdfFormat PDF_A_2B
public static final PdfFormat PDF_A_2U
public static final PdfFormat PDF_A_3B
public static final PdfFormat PDF_A_3U
public static final PdfFormat v_1_0
public static final PdfFormat v_1_1
public static final PdfFormat v_1_2
public static final PdfFormat v_1_3
public static final PdfFormat v_1_4
public static final PdfFormat v_1_5
public static final PdfFormat v_1_6
public static final PdfFormat v_1_7
public static final PdfFormat v_2_0
public static final PdfFormat PDF_UA_1
public static final PdfFormat PDF_X_1A_2001
public static final PdfFormat PDF_X_1A
public static final PdfFormat PDF_X_3
public static final PdfFormat ZUGFeRD
ZUGFeRD format
public static PdfFormat[] values()
for (PdfFormat c : PdfFormat.values()) System.out.println(c);
public static PdfFormat 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 int getValue()
Copyright © 2024 Aspose. All Rights Reserved.