public class OOXMLTikaBodyPartHandler extends Object implements OOXMLWordAndPowerPointTextHandler.XWPFBodyContentsHandler
| Constructor and Description | 
|---|
| OOXMLTikaBodyPartHandler(XHTMLContentHandler xhtml) | 
| OOXMLTikaBodyPartHandler(XHTMLContentHandler xhtml,
                        XWPFStylesShim styles,
                        XWPFListManager listManager,
                        OfficeParserConfig parserConfig) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | embeddedOLERef(String relId) | 
| void | embeddedPicRef(String picFileName,
              String picDescription) | 
| void | endBookmark(String id) | 
| void | endEditedSection() | 
| void | endnoteReference(String id) | 
| void | endParagraph() | 
| void | endSDT() | 
| void | endTable() | 
| void | endTableCell() | 
| void | endTableRow() | 
| void | footnoteReference(String id) | 
| void | hyperlinkEnd() | 
| void | hyperlinkStart(String link) | 
| boolean | isIncludeDeletedText() | 
| boolean | isIncludeMoveFromText() | 
| void | run(RunProperties runProperties,
   String contents) | 
| void | startBookmark(String id,
             String name) | 
| void | startEditedSection(String editor,
                  Date date,
                  OOXMLWordAndPowerPointTextHandler.EditType editType) | 
| void | startParagraph(ParagraphProperties paragraphProperties) | 
| void | startSDT() | 
| void | startTable() | 
| void | startTableCell() | 
| void | startTableRow() | 
public OOXMLTikaBodyPartHandler(XHTMLContentHandler xhtml)
public OOXMLTikaBodyPartHandler(XHTMLContentHandler xhtml, XWPFStylesShim styles, XWPFListManager listManager, OfficeParserConfig parserConfig)
public void run(RunProperties runProperties, String contents) throws SAXException
run in interface OOXMLWordAndPowerPointTextHandler.XWPFBodyContentsHandlerSAXExceptionpublic void hyperlinkStart(String link) throws SAXException
hyperlinkStart in interface OOXMLWordAndPowerPointTextHandler.XWPFBodyContentsHandlerlink - the link; can be nullSAXExceptionpublic void hyperlinkEnd()
                  throws SAXException
hyperlinkEnd in interface OOXMLWordAndPowerPointTextHandler.XWPFBodyContentsHandlerSAXExceptionpublic void startParagraph(ParagraphProperties paragraphProperties) throws SAXException
startParagraph in interface OOXMLWordAndPowerPointTextHandler.XWPFBodyContentsHandlerSAXExceptionpublic void endParagraph()
                  throws SAXException
endParagraph in interface OOXMLWordAndPowerPointTextHandler.XWPFBodyContentsHandlerSAXExceptionpublic void startTable()
                throws SAXException
startTable in interface OOXMLWordAndPowerPointTextHandler.XWPFBodyContentsHandlerSAXExceptionpublic void endTable()
              throws SAXException
endTable in interface OOXMLWordAndPowerPointTextHandler.XWPFBodyContentsHandlerSAXExceptionpublic void startTableRow()
                   throws SAXException
startTableRow in interface OOXMLWordAndPowerPointTextHandler.XWPFBodyContentsHandlerSAXExceptionpublic void endTableRow()
                 throws SAXException
endTableRow in interface OOXMLWordAndPowerPointTextHandler.XWPFBodyContentsHandlerSAXExceptionpublic void startTableCell()
                    throws SAXException
startTableCell in interface OOXMLWordAndPowerPointTextHandler.XWPFBodyContentsHandlerSAXExceptionpublic void endTableCell()
                  throws SAXException
endTableCell in interface OOXMLWordAndPowerPointTextHandler.XWPFBodyContentsHandlerSAXExceptionpublic void startSDT()
              throws SAXException
startSDT in interface OOXMLWordAndPowerPointTextHandler.XWPFBodyContentsHandlerSAXExceptionpublic void endSDT()
endSDT in interface OOXMLWordAndPowerPointTextHandler.XWPFBodyContentsHandlerpublic void startEditedSection(String editor, Date date, OOXMLWordAndPowerPointTextHandler.EditType editType)
startEditedSection in interface OOXMLWordAndPowerPointTextHandler.XWPFBodyContentsHandlerpublic void endEditedSection()
endEditedSection in interface OOXMLWordAndPowerPointTextHandler.XWPFBodyContentsHandlerpublic boolean isIncludeDeletedText()
isIncludeDeletedText in interface OOXMLWordAndPowerPointTextHandler.XWPFBodyContentsHandlerpublic void footnoteReference(String id) throws SAXException
footnoteReference in interface OOXMLWordAndPowerPointTextHandler.XWPFBodyContentsHandlerSAXExceptionpublic void endnoteReference(String id) throws SAXException
endnoteReference in interface OOXMLWordAndPowerPointTextHandler.XWPFBodyContentsHandlerSAXExceptionpublic boolean isIncludeMoveFromText()
isIncludeMoveFromText in interface OOXMLWordAndPowerPointTextHandler.XWPFBodyContentsHandlerpublic void embeddedOLERef(String relId) throws SAXException
embeddedOLERef in interface OOXMLWordAndPowerPointTextHandler.XWPFBodyContentsHandlerSAXExceptionpublic void embeddedPicRef(String picFileName, String picDescription) throws SAXException
embeddedPicRef in interface OOXMLWordAndPowerPointTextHandler.XWPFBodyContentsHandlerSAXExceptionpublic void startBookmark(String id, String name) throws SAXException
startBookmark in interface OOXMLWordAndPowerPointTextHandler.XWPFBodyContentsHandlerSAXExceptionpublic void endBookmark(String id)
endBookmark in interface OOXMLWordAndPowerPointTextHandler.XWPFBodyContentsHandlerCopyright © 2007–2021 The Apache Software Foundation. All rights reserved.