Class PdfUAConfig
java.lang.Object
com.itextpdf.pdfua.PdfUAConfig
Class that holds the configuration for the PDF/UA document.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final PdfUAConformanceprivate final Stringprivate final String -
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.
-
Field Details
-
conformance
-
title
-
language
-
-
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
-