Uses of Interface
com.itextpdf.kernel.pdf.IConformanceLevel
-
Packages that use IConformanceLevel Package Description com.itextpdf.forms.fields com.itextpdf.forms.form.element com.itextpdf.forms.form.renderer com.itextpdf.kernel.pdf com.itextpdf.pdfa com.itextpdf.pdfua -
-
Uses of IConformanceLevel in com.itextpdf.forms.fields
Fields in com.itextpdf.forms.fields declared as IConformanceLevel Modifier and Type Field Description private IConformanceLevel
FormFieldBuilder. conformanceLevel
Conformance level of the form field.protected IConformanceLevel
AbstractPdfFormField. pdfConformanceLevel
Methods in com.itextpdf.forms.fields that return IConformanceLevel Modifier and Type Method Description IConformanceLevel
FormFieldBuilder. getGenericConformanceLevel()
Deprecated.since 8.0.4 will be renamed to getConformanceLevel()IConformanceLevel
AbstractPdfFormField. getPdfConformanceLevel()
Gets the declared conformance level.Methods in com.itextpdf.forms.fields with parameters of type IConformanceLevel Modifier and Type Method Description T
FormFieldBuilder. setGenericConformanceLevel(IConformanceLevel conformanceLevel)
Deprecated.since 8.0.4 will be renamed to setConformanceLevel -
Uses of IConformanceLevel in com.itextpdf.forms.form.element
Methods in com.itextpdf.forms.form.element with parameters of type IConformanceLevel Modifier and Type Method Description CheckBox
CheckBox. setPdfConformanceLevel(IConformanceLevel conformanceLevel)
Sets the conformance level for the checkbox. -
Uses of IConformanceLevel in com.itextpdf.forms.form.renderer
Methods in com.itextpdf.forms.form.renderer that return IConformanceLevel Modifier and Type Method Description protected IConformanceLevel
AbstractFormFieldRenderer. getGenericConformanceLevel(PdfDocument document)
Deprecated.since 8.0.4 will be renamed to getConformanceLevel()protected IConformanceLevel
AbstractSelectFieldRenderer. getGenericConformanceLevel(PdfDocument document)
Deprecated.since 8.0.4 will be renamed to getConformanceLevel() -
Uses of IConformanceLevel in com.itextpdf.kernel.pdf
Classes in com.itextpdf.kernel.pdf that implement IConformanceLevel Modifier and Type Class Description class
PdfAConformanceLevel
Enumeration of all the PDF/A conformance levels.class
PdfUAConformanceLevel
Implementation ofIConformanceLevel
interface for PDF/UA conformance level.Methods in com.itextpdf.kernel.pdf that return IConformanceLevel Modifier and Type Method Description IConformanceLevel
PdfDocument. getConformanceLevel()
Get theIConformanceLevel
Methods in com.itextpdf.kernel.pdf with parameters of type IConformanceLevel Modifier and Type Method Description static PdfAConformanceLevel
PdfAConformanceLevel. getPDFAConformance(IConformanceLevel possibleConformance, PdfDocument document)
Deprecated.since 8.0.4 Will be removed in next major release -
Uses of IConformanceLevel in com.itextpdf.pdfa
Methods in com.itextpdf.pdfa that return IConformanceLevel Modifier and Type Method Description IConformanceLevel
PdfADocument. getConformanceLevel()
Get theIConformanceLevel
-
Uses of IConformanceLevel in com.itextpdf.pdfua
Methods in com.itextpdf.pdfua that return IConformanceLevel Modifier and Type Method Description IConformanceLevel
PdfUADocument. getConformanceLevel()
{inheritDoc}
-