Class WellTaggedPdfConfig

java.lang.Object
com.itextpdf.pdfua.wtpdf.WellTaggedPdfConfig

public class WellTaggedPdfConfig extends Object
Class that holds the configuration for the Well Tagged PDF document.
  • Constructor Details

    • WellTaggedPdfConfig

      public WellTaggedPdfConfig (WellTaggedPdfConformance conformance, String title, String language)
      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

      public List<WellTaggedPdfConformance> getConformance()
      Gets the Well Tagged PDF conformance.
      Returns:
      The PdfConformance
    • getTitle

      public String getTitle()
      Gets the title.
      Returns:
      The title
    • getLanguage

      public String getLanguage()
      Gets the language.
      Returns:
      The language