Class PdfUAConfig
java.lang.Object
com.itextpdf.pdfua.PdfUAConfig
Class that holds the configuration for the PDF/UA document.
-
Constructor Summary
ConstructorsConstructorDescriptionPdfUAConfig(PdfUAConformance conformance, String title, String language) Creates a new PdfUAConfig instance. -
Method Summary
Modifier and TypeMethodDescriptionGets the UA conformance.Gets the language.getTitle()Gets the title.
-
Constructor Details
-
PdfUAConfig
Creates a new PdfUAConfig instance.- Parameters:
conformance- the conformance of the PDF/UA documenttitle- the title of the PDF/UA documentlanguage- the language of the PDF/UA document
-
-
Method Details
-
getConformance
-
getTitle
-
getLanguage
-