Package com.itextpdf.kernel.pdf
Class PdfUAConformanceLevel
- java.lang.Object
-
- com.itextpdf.kernel.pdf.PdfUAConformanceLevel
-
- All Implemented Interfaces:
IConformanceLevel
public class PdfUAConformanceLevel extends java.lang.Object implements IConformanceLevel
Implementation ofIConformanceLevel
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.
-
-
Field Summary
Fields Modifier and Type Field Description static PdfUAConformanceLevel
PDFUA_1
PDF/UA conformance level PDF/UA-1.private int
version
-
Constructor Summary
Constructors Modifier Constructor Description private
PdfUAConformanceLevel(int version)
Creates a newPdfUAConformanceLevel
instance.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getVersion()
Get the version of the PDF/UA conformance level.
-
-
-
Field Detail
-
PDFUA_1
public static final PdfUAConformanceLevel PDFUA_1
PDF/UA conformance level PDF/UA-1.
-
version
private final int version
-
-
Constructor Detail
-
PdfUAConformanceLevel
private PdfUAConformanceLevel(int version)
Creates a newPdfUAConformanceLevel
instance.- Parameters:
version
- the version of the PDF/UA conformance level
-
-