Class PdfUAConfig


  • public class PdfUAConfig
    extends java.lang.Object
    Class that holds the configuration for the PDF/UA document.
    • Field Detail

      • title

        private final java.lang.String title
      • language

        private final java.lang.String language
    • Constructor Detail

      • PdfUAConfig

        public PdfUAConfig​(PdfUAConformanceLevel conformanceLevel,
                           java.lang.String title,
                           java.lang.String language)
        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 Detail

      • getTitle

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

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