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