Class PdfUAConformanceLevel

  • All Implemented Interfaces:
    IConformanceLevel

    public class PdfUAConformanceLevel
    extends java.lang.Object
    implements IConformanceLevel
    Implementation of IConformanceLevel interface for PDF/UA conformance level.

    PDF/UA is a conformance level for PDF files that ensures the files are accessible. It contains an enumeration of all the PDF/UA conformance levels currently supported by iText.

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int getVersion()
      Get the version of the PDF/UA conformance level.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • version

        private final int version
    • Constructor Detail

      • PdfUAConformanceLevel

        private PdfUAConformanceLevel​(int version)
        Creates a new PdfUAConformanceLevel instance.
        Parameters:
        version - the version of the PDF/UA conformance level
    • Method Detail

      • getVersion

        public int getVersion()
        Get the version of the PDF/UA conformance level.
        Returns:
        the version of the PDF/UA conformance level