Package com.openhtmltopdf.pdfboxout
Enum Class PdfRendererBuilder.PdfAConformance
java.lang.Object
java.lang.Enum<PdfRendererBuilder.PdfAConformance>
com.openhtmltopdf.pdfboxout.PdfRendererBuilder.PdfAConformance
- All Implemented Interfaces:
Serializable
,Comparable<PdfRendererBuilder.PdfAConformance>
,Constable
- Enclosing class:
PdfRendererBuilder
public static enum PdfRendererBuilder.PdfAConformance
extends Enum<PdfRendererBuilder.PdfAConformance>
Various level of PDF/A conformance:
PDF/A-1, PDF/A-2 and PDF/A-3
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum Constants -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
getPart()
float
Returns the enum constant of this class with the specified name.static PdfRendererBuilder.PdfAConformance[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
NONE
-
PDFA_1_A
-
PDFA_1_B
-
PDFA_2_A
-
PDFA_2_B
-
PDFA_2_U
-
PDFA_3_A
-
PDFA_3_B
-
PDFA_3_U
-
-
Field Details
-
part
private final int part -
value
-
pdfVersion
private final float pdfVersion
-
-
Constructor Details
-
PdfAConformance
-
-
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
-
getConformanceValue
-
getPart
public int getPart() -
getPdfVersion
public float getPdfVersion()
-