Class OOXMLTikaBodyPartHandler
java.lang.Object
org.apache.tika.parser.microsoft.ooxml.OOXMLTikaBodyPartHandler
- All Implemented Interfaces:
OOXMLWordAndPowerPointTextHandler.XWPFBodyContentsHandler
public class OOXMLTikaBodyPartHandler
extends Object
implements OOXMLWordAndPowerPointTextHandler.XWPFBodyContentsHandler
-
Constructor Summary
ConstructorDescriptionOOXMLTikaBodyPartHandler
(XHTMLContentHandler xhtml, XWPFStylesShim styles, XWPFListManager listManager, OfficeParserConfig parserConfig) -
Method Summary
Modifier and TypeMethodDescriptionvoid
embeddedOLERef
(String relId) void
embeddedPicRef
(String picFileName, String picDescription) void
endBookmark
(String id) void
void
void
void
endSDT()
void
endTable()
void
void
void
void
void
hyperlinkStart
(String link) boolean
boolean
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
void
void
-
Constructor Details
-
OOXMLTikaBodyPartHandler
-
OOXMLTikaBodyPartHandler
public OOXMLTikaBodyPartHandler(XHTMLContentHandler xhtml, XWPFStylesShim styles, XWPFListManager listManager, OfficeParserConfig parserConfig)
-
-
Method Details
-
run
- Specified by:
run
in interfaceOOXMLWordAndPowerPointTextHandler.XWPFBodyContentsHandler
- Throws:
SAXException
-
hyperlinkStart
- Specified by:
hyperlinkStart
in interfaceOOXMLWordAndPowerPointTextHandler.XWPFBodyContentsHandler
- Parameters:
link
- the link; can be null- Throws:
SAXException
-
hyperlinkEnd
- Specified by:
hyperlinkEnd
in interfaceOOXMLWordAndPowerPointTextHandler.XWPFBodyContentsHandler
- Throws:
SAXException
-
startParagraph
- Specified by:
startParagraph
in interfaceOOXMLWordAndPowerPointTextHandler.XWPFBodyContentsHandler
- Throws:
SAXException
-
endParagraph
- Specified by:
endParagraph
in interfaceOOXMLWordAndPowerPointTextHandler.XWPFBodyContentsHandler
- Throws:
SAXException
-
startTable
- Specified by:
startTable
in interfaceOOXMLWordAndPowerPointTextHandler.XWPFBodyContentsHandler
- Throws:
SAXException
-
endTable
- Specified by:
endTable
in interfaceOOXMLWordAndPowerPointTextHandler.XWPFBodyContentsHandler
- Throws:
SAXException
-
startTableRow
- Specified by:
startTableRow
in interfaceOOXMLWordAndPowerPointTextHandler.XWPFBodyContentsHandler
- Throws:
SAXException
-
endTableRow
- Specified by:
endTableRow
in interfaceOOXMLWordAndPowerPointTextHandler.XWPFBodyContentsHandler
- Throws:
SAXException
-
startTableCell
- Specified by:
startTableCell
in interfaceOOXMLWordAndPowerPointTextHandler.XWPFBodyContentsHandler
- Throws:
SAXException
-
endTableCell
- Specified by:
endTableCell
in interfaceOOXMLWordAndPowerPointTextHandler.XWPFBodyContentsHandler
- Throws:
SAXException
-
startSDT
- Specified by:
startSDT
in interfaceOOXMLWordAndPowerPointTextHandler.XWPFBodyContentsHandler
- Throws:
SAXException
-
endSDT
public void endSDT()- Specified by:
endSDT
in interfaceOOXMLWordAndPowerPointTextHandler.XWPFBodyContentsHandler
-
startEditedSection
public void startEditedSection(String editor, Date date, OOXMLWordAndPowerPointTextHandler.EditType editType) - Specified by:
startEditedSection
in interfaceOOXMLWordAndPowerPointTextHandler.XWPFBodyContentsHandler
-
endEditedSection
public void endEditedSection()- Specified by:
endEditedSection
in interfaceOOXMLWordAndPowerPointTextHandler.XWPFBodyContentsHandler
-
isIncludeDeletedText
public boolean isIncludeDeletedText()- Specified by:
isIncludeDeletedText
in interfaceOOXMLWordAndPowerPointTextHandler.XWPFBodyContentsHandler
-
footnoteReference
- Specified by:
footnoteReference
in interfaceOOXMLWordAndPowerPointTextHandler.XWPFBodyContentsHandler
- Throws:
SAXException
-
endnoteReference
- Specified by:
endnoteReference
in interfaceOOXMLWordAndPowerPointTextHandler.XWPFBodyContentsHandler
- Throws:
SAXException
-
isIncludeMoveFromText
public boolean isIncludeMoveFromText()- Specified by:
isIncludeMoveFromText
in interfaceOOXMLWordAndPowerPointTextHandler.XWPFBodyContentsHandler
-
embeddedOLERef
- Specified by:
embeddedOLERef
in interfaceOOXMLWordAndPowerPointTextHandler.XWPFBodyContentsHandler
- Throws:
SAXException
-
embeddedPicRef
- Specified by:
embeddedPicRef
in interfaceOOXMLWordAndPowerPointTextHandler.XWPFBodyContentsHandler
- Throws:
SAXException
-
startBookmark
- Specified by:
startBookmark
in interfaceOOXMLWordAndPowerPointTextHandler.XWPFBodyContentsHandler
- Throws:
SAXException
-
endBookmark
- Specified by:
endBookmark
in interfaceOOXMLWordAndPowerPointTextHandler.XWPFBodyContentsHandler
-