PdfFormat
Contents
[
Hide
]Inheritance: java.lang.Object, java.lang.Enum
public enum PdfFormat extends Enum<PdfFormat>
This class represents an pdf format.
Fields
Field | Description |
---|---|
PDF_A_1A | Pdf/A-1a format |
PDF_A_1B | Pdf/A-1b format |
PDF_A_2A | Pdf/A-2a format |
PDF_A_3A | Pdf/A-3a format |
PDF_A_2B | Pdf/A-2b |
PDF_A_2U | Pdf/A-2u format |
PDF_A_3B | Pdf/A-3b format |
PDF_A_3U | Pdf/A-3u 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 |
PDF_UA_1 | PDF/UA-1 format |
PDF_X_1A_2001 | PDF/X-1a-2001 format |
PDF_X_1A | PDF/X-1a format |
PDF_X_3 | PDF/X-3 format |
ZUGFeRD | ZUGFeRD format |
Methods
Method | Description |
---|---|
values() | |
valueOf(String name) | |
getValue() |
PDF_A_1A
public static final PdfFormat PDF_A_1A
Pdf/A-1a format
PDF_A_1B
public static final PdfFormat PDF_A_1B
Pdf/A-1b format
PDF_A_2A
public static final PdfFormat PDF_A_2A
Pdf/A-2a format
PDF_A_3A
public static final PdfFormat PDF_A_3A
Pdf/A-3a format
PDF_A_2B
public static final PdfFormat PDF_A_2B
Pdf/A-2b
PDF_A_2U
public static final PdfFormat PDF_A_2U
Pdf/A-2u format
PDF_A_3B
public static final PdfFormat PDF_A_3B
Pdf/A-3b format
PDF_A_3U
public static final PdfFormat PDF_A_3U
Pdf/A-3u format
v_1_0
public static final PdfFormat v_1_0
Adobe version 1.0
v_1_1
public static final PdfFormat v_1_1
Adobe version 1.1
v_1_2
public static final PdfFormat v_1_2
Adobe version 1.2
v_1_3
public static final PdfFormat v_1_3
Adobe version 1.3
v_1_4
public static final PdfFormat v_1_4
Adobe version 1.4
v_1_5
public static final PdfFormat v_1_5
Adobe version 1.5
v_1_6
public static final PdfFormat v_1_6
Adobe version 1.6
v_1_7
public static final PdfFormat v_1_7
Adobe version 1.7
v_2_0
public static final PdfFormat v_2_0
ISO Standard PDF 2.0
PDF_UA_1
public static final PdfFormat PDF_UA_1
PDF/UA-1 format
PDF_X_1A_2001
public static final PdfFormat PDF_X_1A_2001
PDF/X-1a-2001 format
PDF_X_1A
public static final PdfFormat PDF_X_1A
PDF/X-1a format
PDF_X_3
public static final PdfFormat PDF_X_3
PDF/X-3 format
ZUGFeRD
public static final PdfFormat ZUGFeRD
ZUGFeRD format
values()
public static PdfFormat[] values()
Returns: com.aspose.pdf.PdfFormat[]
valueOf(String name)
public static PdfFormat valueOf(String name)
Parameters:
Parameter | Type | Description |
---|---|---|
name | java.lang.String |
Returns: PdfFormat
getValue()
public int getValue()
Returns: int