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​(PdfUAConformance conformance,
                           java.lang.String title,
                           java.lang.String language)
        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 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.