Enum PdfUAConformance

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

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

  • Method Details

    • values

      public static PdfUAConformance[] 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 PdfUAConformance 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
    • getPart

      public String getPart()
      Get the part of the PDF/UA conformance.
      Returns:
      the part of the PDF/UA conformance