Enum Class PdfALevel

java.lang.Object
java.lang.Enum<PdfALevel>
com.itextpdf.tool.xml.xtra.xfa.PdfALevel
All Implemented Interfaces:
Serializable, Comparable<PdfALevel>, java.lang.constant.Constable

public enum PdfALevel extends Enum<PdfALevel>
  • Enum Constant Details

    • PDF_A_1A

      public static final PdfALevel PDF_A_1A
    • PDF_A_1B

      public static final PdfALevel PDF_A_1B
    • PDF_A_2A

      public static final PdfALevel PDF_A_2A
    • PDF_A_2B

      public static final PdfALevel PDF_A_2B
    • PDF_A_2U

      public static final PdfALevel PDF_A_2U
    • PDF_A_3A

      public static final PdfALevel PDF_A_3A
    • PDF_A_3B

      public static final PdfALevel PDF_A_3B
    • PDF_A_3U

      public static final PdfALevel PDF_A_3U
  • Method Details

    • values

      public static PdfALevel[] 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

      public static PdfALevel valueOf (String name)
      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 name
      NullPointerException - if the argument is null