Class BaseDocumentWalker

    • Constructor Detail

      • BaseDocumentWalker

        public BaseDocumentWalker​(org.docx4j.wml.ContentAccessor contentAccessor)
    • Method Detail

      • onParagraph

        protected void onParagraph​(org.docx4j.wml.P paragraph)
        Specified by:
        onParagraph in class DocumentWalker
      • onRun

        protected void onRun​(org.docx4j.wml.R run)
        Specified by:
        onRun in class DocumentWalker
      • onTable

        protected void onTable​(org.docx4j.wml.Tbl table)
        Specified by:
        onTable in class DocumentWalker
      • onTableCell

        protected void onTableCell​(org.docx4j.wml.Tc tableCell)
        Specified by:
        onTableCell in class DocumentWalker
      • onTableRow

        protected void onTableRow​(org.docx4j.wml.Tr tableRow)
        Specified by:
        onTableRow in class DocumentWalker
      • onCommentRangeStart

        protected void onCommentRangeStart​(org.docx4j.wml.CommentRangeStart commentRangeStart)
        Specified by:
        onCommentRangeStart in class DocumentWalker
      • onCommentRangeEnd

        protected void onCommentRangeEnd​(org.docx4j.wml.CommentRangeEnd commentRangeEnd)
        Specified by:
        onCommentRangeEnd in class DocumentWalker
      • onCommentReference

        protected void onCommentReference​(org.docx4j.wml.R.CommentReference commentReference)
        Specified by:
        onCommentReference in class DocumentWalker