Class PdfBoxAccessibilityHelper


  • public class PdfBoxAccessibilityHelper
    extends Object
    • Method Detail

      • getStructualElementForBox

        public static org.apache.pdfbox.pdmodel.documentinterchange.logicalstructure.PDStructureElement getStructualElementForBox​(Box targetBox)
        Given a box, gets its structual element.
      • finishPdfUa

        public void finishPdfUa()
      • finishNumberTree

        public void finishNumberTree()
      • startStructure

        public com.openhtmltopdf.pdfboxout.PdfBoxAccessibilityHelper.Token startStructure​(StructureType type,
                                                                                          Box box)
      • endStructure

        public void endStructure​(Object token)
      • endPage

        public void endPage()
      • addLink

        public void addLink​(Box anchor,
                            Box target,
                            org.apache.pdfbox.pdmodel.interactive.annotation.PDAnnotation pdAnnotation,
                            org.apache.pdfbox.pdmodel.PDPage page)