public enum PdfUAConformance extends Enum<PdfUAConformance>
| Enum Constant and Description |
|---|
PDF_UA_1
PDF/UA-1 conformance
|
| Modifier and Type | Method and Description |
|---|---|
String |
getPart()
Get the part of the PDF/UA conformance.
|
static PdfUAConformance |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PdfUAConformance[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PdfUAConformance PDF_UA_1
public static PdfUAConformance[] values()
for (PdfUAConformance c : PdfUAConformance.values()) System.out.println(c);
public static PdfUAConformance 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 getPart()
Copyright © 1998–2025 Apryse Group NV. All rights reserved.