Package com.itextpdf.pdfua.wtpdf
Class WellTaggedPdfConfig
java.lang.Object
com.itextpdf.pdfua.wtpdf.WellTaggedPdfConfig
Class that holds the configuration for the Well Tagged PDF document.
-
Constructor Summary
ConstructorsConstructorDescriptionWellTaggedPdfConfig(WellTaggedPdfConformance conformance, String title, String language) Creates a new WellTaggedPdfConfig instance.WellTaggedPdfConfig(List<WellTaggedPdfConformance> conformanceList, String title, String language) Creates a new WellTaggedPdfConfig instance. -
Method Summary
Modifier and TypeMethodDescriptionGets the Well Tagged PDF conformance.Gets the language.getTitle()Gets the title.
-
Constructor Details
-
WellTaggedPdfConfig
Creates a new WellTaggedPdfConfig instance.- Parameters:
-
conformance- the conformance of the Well Tagged PDF document -
title- the title of the Well Tagged PDF document -
language- the language of the Well Tagged PDF document
-
WellTaggedPdfConfig
public WellTaggedPdfConfig(List<WellTaggedPdfConformance> conformanceList, String title, String language) Creates a new WellTaggedPdfConfig instance.- Parameters:
-
conformanceList- the conformance of the Well Tagged PDF document -
title- the title of the Well Tagged PDF document -
language- the language of the Well Tagged PDF document
-
-
Method Details
-
getConformance
Gets the Well Tagged PDF conformance.- Returns:
-
The
PdfConformance
-
getTitle
Gets the title.- Returns:
- The title
-
getLanguage
Gets the language.- Returns:
- The language
-