Package com.itextpdf.kernel.pdf
Enum PdfAConformance
- All Implemented Interfaces:
-
Serializable
,Comparable<PdfAConformance>
,java.lang.constant.Constable
PDF/A is a special variant of PDF designed specifically for long-term document preservation (the “A” stands for archive).
The class contains an enumeration of all the PDF/A conformance currently supported by iText.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetLevel()
Get the level of the PDF/A conformance.getPart()
Get the part of the PDF/A conformance.static PdfAConformance
Returns the enum constant of this type with the specified name.static PdfAConformance[]
values()
Returns an array containing the constants of this enum type, 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 -
PDF_A_4
PDF/A-4 -
PDF_A_4E
PDF/A-4E -
PDF_A_4F
PDF/A-4F
-
-
Method Details
-
values
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (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 type has no constant with the specified name -
NullPointerException
- if the argument is null
-
getPart
Get the part of the PDF/A conformance.- Returns:
- the part of the PDF/A conformance
-
getLevel
Get the level of the PDF/A conformance.- Returns:
- the level of the PDF/A conformance
-