Class AutotagPDFParams.Builder

    • Constructor Detail

      • Builder

        public Builder()
        Constructs a AutotagPDFParams.Builder instance.
    • Method Detail

      • generateReport

        public AutotagPDFParams.Builder generateReport()
        If invoked, generates an additional tagging report which contains the information about the tags that the tagged output PDF document contains.
        Returns:
        this Builder instance to add any additional parameters
      • shiftHeadings

        public AutotagPDFParams.Builder shiftHeadings()
        If invoked, then the headings will be shifted in the output PDF document.
        Returns:
        this Builder instance to add any additional parameters
      • build

        public AutotagPDFParams build()
        Returns a new AutotagPDFParams instance built from the current state of this builder.
        Returns:
        a new AutotagPDFParams instance