public enum PdfALevel extends Enum<PdfALevel>
Enum Constant and Description |
---|
PDF_A_1A |
PDF_A_1B |
PDF_A_2A |
PDF_A_2B |
PDF_A_2U |
PDF_A_3A |
PDF_A_3B |
PDF_A_3U |
Modifier and Type | Method and Description |
---|---|
static PdfALevel |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PdfALevel[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared.
|
public static final PdfALevel PDF_A_1A
public static final PdfALevel PDF_A_1B
public static final PdfALevel PDF_A_2A
public static final PdfALevel PDF_A_2B
public static final PdfALevel PDF_A_2U
public static final PdfALevel PDF_A_3A
public static final PdfALevel PDF_A_3B
public static final PdfALevel PDF_A_3U
public static PdfALevel[] values()
for (PdfALevel c : PdfALevel.values()) System.out.println(c);
public static PdfALevel valueOf(String name)
name
- the name of the enum constant to be returned.
IllegalArgumentException
- if this enum type has no constant with the specified name
NullPointerException
- if the argument is null
Copyright (C) 1998-2019 iText Group NV. All Rights Reserved.