Enum WellTaggedPdfConformance

java.lang.Object
java.lang.Enum<WellTaggedPdfConformance>
com.itextpdf.kernel.pdf.WellTaggedPdfConformance
All Implemented Interfaces:
Serializable, Comparable<WellTaggedPdfConformance>, java.lang.constant.Constable

public enum WellTaggedPdfConformance extends Enum<WellTaggedPdfConformance>
Well Tagged PDF is a conformance for PDF files that ensures the files are accessible to all users. It contains an enumeration of all the Well Tagged PDF conformance levels currently supported by iText.
  • Enum Constant Details

    • FOR_ACCESSIBILITY

      public static final WellTaggedPdfConformance FOR_ACCESSIBILITY
      Well Tagged PDF Document conformance level 'for accessibility'.
    • FOR_REUSE

      public static final WellTaggedPdfConformance FOR_REUSE
      Well Tagged PDF Document conformance level 'for reuse'.
  • Method Details

    • values

      public static WellTaggedPdfConformance[] values()
      Returns an array containing the constants of this enum type, in the order they are declared.
      Returns:
      an array containing the constants of this enum type, in the order they are declared
    • valueOf

      public static WellTaggedPdfConformance valueOf (String name)
      Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (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 type has no constant with the specified name
      NullPointerException - if the argument is null