Class OOXMLTikaBodyPartHandler
java.lang.Object
org.apache.tika.parser.microsoft.ooxml.OOXMLTikaBodyPartHandler
- All Implemented Interfaces:
OOXMLWordAndPowerPointTextHandler.XWPFBodyContentsHandler
@Deprecated(since="2026-04-30")
public class OOXMLTikaBodyPartHandler
extends Object
implements OOXMLWordAndPowerPointTextHandler.XWPFBodyContentsHandler
Deprecated.
-
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.OOXMLTikaBodyPartHandler(XHTMLContentHandler xhtml, XWPFStylesShim styles, XWPFListManager listManager, OfficeParserConfig parserConfig) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionvoidembeddedOLERef(String relId) Deprecated.voidembeddedPicRef(String picFileName, String picDescription) Deprecated.voidendBookmark(String id) Deprecated.voidDeprecated.voidDeprecated.voidDeprecated.voidendSDT()Deprecated.voidendTable()Deprecated.voidDeprecated.voidDeprecated.voidDeprecated.voidDeprecated.voidhyperlinkStart(String link) Deprecated.booleanDeprecated.booleanDeprecated.voidrun(RunProperties runProperties, String contents) Deprecated.voidstartBookmark(String id, String name) Deprecated.voidstartEditedSection(String editor, Date date, OOXMLWordAndPowerPointTextHandler.EditType editType) Deprecated.voidstartParagraph(ParagraphProperties paragraphProperties) Deprecated.voidstartSDT()Deprecated.voidDeprecated.voidDeprecated.voidDeprecated.
-
Constructor Details
-
OOXMLTikaBodyPartHandler
Deprecated. -
OOXMLTikaBodyPartHandler
public OOXMLTikaBodyPartHandler(XHTMLContentHandler xhtml, XWPFStylesShim styles, XWPFListManager listManager, OfficeParserConfig parserConfig) Deprecated.
-
-
Method Details
-
run
Deprecated.- Specified by:
runin interfaceOOXMLWordAndPowerPointTextHandler.XWPFBodyContentsHandler- Throws:
SAXException
-
hyperlinkStart
Deprecated.- Specified by:
hyperlinkStartin interfaceOOXMLWordAndPowerPointTextHandler.XWPFBodyContentsHandler- Parameters:
link- the link; can be null- Throws:
SAXException
-
hyperlinkEnd
Deprecated.- Specified by:
hyperlinkEndin interfaceOOXMLWordAndPowerPointTextHandler.XWPFBodyContentsHandler- Throws:
SAXException
-
startParagraph
Deprecated.- Specified by:
startParagraphin interfaceOOXMLWordAndPowerPointTextHandler.XWPFBodyContentsHandler- Throws:
SAXException
-
endParagraph
Deprecated.- Specified by:
endParagraphin interfaceOOXMLWordAndPowerPointTextHandler.XWPFBodyContentsHandler- Throws:
SAXException
-
startTable
Deprecated.- Specified by:
startTablein interfaceOOXMLWordAndPowerPointTextHandler.XWPFBodyContentsHandler- Throws:
SAXException
-
endTable
Deprecated.- Specified by:
endTablein interfaceOOXMLWordAndPowerPointTextHandler.XWPFBodyContentsHandler- Throws:
SAXException
-
startTableRow
Deprecated.- Specified by:
startTableRowin interfaceOOXMLWordAndPowerPointTextHandler.XWPFBodyContentsHandler- Throws:
SAXException
-
endTableRow
Deprecated.- Specified by:
endTableRowin interfaceOOXMLWordAndPowerPointTextHandler.XWPFBodyContentsHandler- Throws:
SAXException
-
startTableCell
Deprecated.- Specified by:
startTableCellin interfaceOOXMLWordAndPowerPointTextHandler.XWPFBodyContentsHandler- Throws:
SAXException
-
endTableCell
Deprecated.- Specified by:
endTableCellin interfaceOOXMLWordAndPowerPointTextHandler.XWPFBodyContentsHandler- Throws:
SAXException
-
startSDT
Deprecated.- Specified by:
startSDTin interfaceOOXMLWordAndPowerPointTextHandler.XWPFBodyContentsHandler- Throws:
SAXException
-
endSDT
public void endSDT()Deprecated.- Specified by:
endSDTin interfaceOOXMLWordAndPowerPointTextHandler.XWPFBodyContentsHandler
-
startEditedSection
public void startEditedSection(String editor, Date date, OOXMLWordAndPowerPointTextHandler.EditType editType) Deprecated.- Specified by:
startEditedSectionin interfaceOOXMLWordAndPowerPointTextHandler.XWPFBodyContentsHandler
-
endEditedSection
public void endEditedSection()Deprecated.- Specified by:
endEditedSectionin interfaceOOXMLWordAndPowerPointTextHandler.XWPFBodyContentsHandler
-
isIncludeDeletedText
public boolean isIncludeDeletedText()Deprecated.- Specified by:
isIncludeDeletedTextin interfaceOOXMLWordAndPowerPointTextHandler.XWPFBodyContentsHandler
-
footnoteReference
Deprecated.- Specified by:
footnoteReferencein interfaceOOXMLWordAndPowerPointTextHandler.XWPFBodyContentsHandler- Throws:
SAXException
-
endnoteReference
Deprecated.- Specified by:
endnoteReferencein interfaceOOXMLWordAndPowerPointTextHandler.XWPFBodyContentsHandler- Throws:
SAXException
-
isIncludeMoveFromText
public boolean isIncludeMoveFromText()Deprecated.- Specified by:
isIncludeMoveFromTextin interfaceOOXMLWordAndPowerPointTextHandler.XWPFBodyContentsHandler
-
embeddedOLERef
Deprecated.- Specified by:
embeddedOLERefin interfaceOOXMLWordAndPowerPointTextHandler.XWPFBodyContentsHandler- Throws:
SAXException
-
embeddedPicRef
Deprecated.- Specified by:
embeddedPicRefin interfaceOOXMLWordAndPowerPointTextHandler.XWPFBodyContentsHandler- Throws:
SAXException
-
startBookmark
Deprecated.- Specified by:
startBookmarkin interfaceOOXMLWordAndPowerPointTextHandler.XWPFBodyContentsHandler- Throws:
SAXException
-
endBookmark
Deprecated.- Specified by:
endBookmarkin interfaceOOXMLWordAndPowerPointTextHandler.XWPFBodyContentsHandler
-