Package com.itextpdf.text.pdf.interfaces
Interface PdfAConformance
- All Superinterfaces:
PdfIsoConformance
- All Known Implementing Classes:
PdfAConformanceImp
Extension of the PdfIsoConformance interface for Pdf/A
adding methods regarding the level of conformance.
-
Method Summary
Modifier and TypeMethodDescriptionReturns the conformance level.void
setConformanceLevel
(PdfAConformanceLevel conformanceLevel) Sets the conformance level.Methods inherited from interface com.itextpdf.text.pdf.interfaces.PdfIsoConformance
checkPdfIsoConformance, isPdfIso
-
Method Details
-
getConformanceLevel
PdfAConformanceLevel getConformanceLevel()Returns the conformance level.- Returns:
-
setConformanceLevel
Sets the conformance level.- Parameters:
conformanceLevel
-
-