public static enum PdfRendererBuilder.PdfAConformance extends Enum<PdfRendererBuilder.PdfAConformance>
| Enum Constant and Description |
|---|
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 |
| Modifier and Type | Method and Description |
|---|---|
String |
getConformanceValue() |
int |
getPart() |
float |
getPdfVersion() |
static PdfRendererBuilder.PdfAConformance |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PdfRendererBuilder.PdfAConformance[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PdfRendererBuilder.PdfAConformance NONE
public static final PdfRendererBuilder.PdfAConformance PDFA_1_A
public static final PdfRendererBuilder.PdfAConformance PDFA_1_B
public static final PdfRendererBuilder.PdfAConformance PDFA_2_A
public static final PdfRendererBuilder.PdfAConformance PDFA_2_B
public static final PdfRendererBuilder.PdfAConformance PDFA_2_U
public static final PdfRendererBuilder.PdfAConformance PDFA_3_A
public static final PdfRendererBuilder.PdfAConformance PDFA_3_B
public static final PdfRendererBuilder.PdfAConformance PDFA_3_U
public static PdfRendererBuilder.PdfAConformance[] values()
for (PdfRendererBuilder.PdfAConformance c : PdfRendererBuilder.PdfAConformance.values()) System.out.println(c);
public static PdfRendererBuilder.PdfAConformance 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 String getConformanceValue()
public int getPart()
public float getPdfVersion()
Copyright © 2004–2025. All rights reserved.