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
(PdfUAConformanceLevel conformanceLevel, String title, String language) Creates a new PdfUAConfig instance. -
Method Summary
Modifier and TypeMethodDescriptionGets the conformance level.Gets the language.getTitle()
Gets the title.
-
Constructor Details
-
PdfUAConfig
Creates a new PdfUAConfig instance.- Parameters:
-
conformanceLevel
- The conformance level of the PDF/UA document. -
title
- The title of the PDF/UA document. -
language
- The language of the PDF/UA document.
-
-
Method Details
-
getConformanceLevel
Gets the conformance level.- Returns:
-
The
PdfUAConformanceLevel
.
-
getTitle
Gets the title.- Returns:
- The title.
-
getLanguage
Gets the language.- Returns:
- The language.
-