Interface OOXMLWordAndPowerPointTextHandler.XWPFBodyContentsHandler

    • Method Detail

      • run

        void run​(RunProperties runProperties,
                 java.lang.String contents)
          throws org.xml.sax.SAXException
        Throws:
        org.xml.sax.SAXException
      • hyperlinkStart

        void hyperlinkStart​(java.lang.String link)
                     throws org.xml.sax.SAXException
        Parameters:
        link - the link; can be null
        Throws:
        org.xml.sax.SAXException
      • hyperlinkEnd

        void hyperlinkEnd()
                   throws org.xml.sax.SAXException
        Throws:
        org.xml.sax.SAXException
      • startParagraph

        void startParagraph​(ParagraphProperties paragraphProperties)
                     throws org.xml.sax.SAXException
        Throws:
        org.xml.sax.SAXException
      • endParagraph

        void endParagraph()
                   throws org.xml.sax.SAXException
        Throws:
        org.xml.sax.SAXException
      • startTable

        void startTable()
                 throws org.xml.sax.SAXException
        Throws:
        org.xml.sax.SAXException
      • endTable

        void endTable()
               throws org.xml.sax.SAXException
        Throws:
        org.xml.sax.SAXException
      • startTableRow

        void startTableRow()
                    throws org.xml.sax.SAXException
        Throws:
        org.xml.sax.SAXException
      • endTableRow

        void endTableRow()
                  throws org.xml.sax.SAXException
        Throws:
        org.xml.sax.SAXException
      • startTableCell

        void startTableCell()
                     throws org.xml.sax.SAXException
        Throws:
        org.xml.sax.SAXException
      • endTableCell

        void endTableCell()
                   throws org.xml.sax.SAXException
        Throws:
        org.xml.sax.SAXException
      • startSDT

        void startSDT()
               throws org.xml.sax.SAXException
        Throws:
        org.xml.sax.SAXException
      • endSDT

        void endSDT()
             throws org.xml.sax.SAXException
        Throws:
        org.xml.sax.SAXException
      • startEditedSection

        void startEditedSection​(java.lang.String editor,
                                java.util.Date date,
                                OOXMLWordAndPowerPointTextHandler.EditType editType)
                         throws org.xml.sax.SAXException
        Throws:
        org.xml.sax.SAXException
      • endEditedSection

        void endEditedSection()
                       throws org.xml.sax.SAXException
        Throws:
        org.xml.sax.SAXException
      • isIncludeDeletedText

        boolean isIncludeDeletedText()
                              throws org.xml.sax.SAXException
        Throws:
        org.xml.sax.SAXException
      • footnoteReference

        void footnoteReference​(java.lang.String id)
                        throws org.xml.sax.SAXException
        Throws:
        org.xml.sax.SAXException
      • endnoteReference

        void endnoteReference​(java.lang.String id)
                       throws org.xml.sax.SAXException
        Throws:
        org.xml.sax.SAXException
      • isIncludeMoveFromText

        boolean isIncludeMoveFromText()
                               throws org.xml.sax.SAXException
        Throws:
        org.xml.sax.SAXException
      • embeddedOLERef

        void embeddedOLERef​(java.lang.String refId)
                     throws org.xml.sax.SAXException
        Throws:
        org.xml.sax.SAXException
      • embeddedPicRef

        void embeddedPicRef​(java.lang.String picFileName,
                            java.lang.String picDescription)
                     throws org.xml.sax.SAXException
        Throws:
        org.xml.sax.SAXException
      • startBookmark

        void startBookmark​(java.lang.String id,
                           java.lang.String name)
                    throws org.xml.sax.SAXException
        Throws:
        org.xml.sax.SAXException
      • endBookmark

        void endBookmark​(java.lang.String id)
                  throws org.xml.sax.SAXException
        Throws:
        org.xml.sax.SAXException