Package com.itextpdf.text.pdf
Enum Class PdfAConformanceLevel
- All Implemented Interfaces:
Serializable
,Comparable<PdfAConformanceLevel>
,Constable
Enumeration of all the PDF/A conformance levels.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionPDF/A-1aPDF/A-1bPDF/A-2aPDF/A-2bPDF/A-2uPDF/A-3aPDF/A-3bPDF/A-3uZUGFeRDZUGFeRDBasic VersionZUGFeRDComfort VersionZUGFeRDExtended Version -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic PdfAConformanceLevel
Returns the enum constant of this class with the specified name.static PdfAConformanceLevel[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
PDF_A_1A
PDF/A-1a -
PDF_A_1B
PDF/A-1b -
PDF_A_2A
PDF/A-2a -
PDF_A_2B
PDF/A-2b -
PDF_A_2U
PDF/A-2u -
PDF_A_3A
PDF/A-3a -
PDF_A_3B
PDF/A-3b -
PDF_A_3U
PDF/A-3u -
ZUGFeRD
ZUGFeRD -
ZUGFeRDBasic
ZUGFeRDBasic Version -
ZUGFeRDComfort
ZUGFeRDComfort Version -
ZUGFeRDExtended
ZUGFeRDExtended Version
-
-
Constructor Details
-
PdfAConformanceLevel
private PdfAConformanceLevel()
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum class has no constant with the specified nameNullPointerException
- if the argument is null
-