Interface OOXMLWordAndPowerPointTextHandler.XWPFBodyContentsHandler

    • Method Detail

      • hyperlinkStart

        void hyperlinkStart​(String link)
        Parameters:
        link - the link; can be null
      • hyperlinkEnd

        void hyperlinkEnd()
      • endParagraph

        void endParagraph()
      • startTable

        void startTable()
      • endTable

        void endTable()
      • startTableRow

        void startTableRow()
      • endTableRow

        void endTableRow()
      • startTableCell

        void startTableCell()
      • endTableCell

        void endTableCell()
      • startSDT

        void startSDT()
      • endSDT

        void endSDT()
      • endEditedSection

        void endEditedSection()
      • getIncludeDeletedText

        boolean getIncludeDeletedText()
      • footnoteReference

        void footnoteReference​(String id)
      • endnoteReference

        void endnoteReference​(String id)
      • getIncludeMoveFromText

        boolean getIncludeMoveFromText()
      • embeddedOLERef

        void embeddedOLERef​(String refId)
      • embeddedPicRef

        void embeddedPicRef​(String picFileName,
                            String picDescription)
      • startBookmark

        void startBookmark​(String id,
                           String name)
      • endBookmark

        void endBookmark​(String id)