Package com.itextpdf.pdfua
Class PdfUAConfig
java.lang.Object
com.itextpdf.pdfua.PdfUAConfig
Class that holds the configuration for the PDF/UA document.
-
Constructor Summary
ConstructorDescriptionPdfUAConfig
(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 document -
title
- the title of the PDF/UA document -
language
- the language of the PDF/UA document
-
-
Method Details
-
getConformance
Gets the UA conformance.- Returns:
-
The
PdfUAConformance
.
-
getTitle
Gets the title.- Returns:
- The title.
-
getLanguage
Gets the language.- Returns:
- The language.
-