Interface OOXMLWordAndPowerPointTextHandler.XWPFBodyContentsHandler
- All Known Implementing Classes:
OOXMLTikaBodyPartHandler
- Enclosing class:
OOXMLWordAndPowerPointTextHandler
@Deprecated(since="2026-04-30")
public static interface OOXMLWordAndPowerPointTextHandler.XWPFBodyContentsHandler
Deprecated.
-
Method Summary
Modifier and TypeMethodDescriptionvoidembeddedOLERef(String refId) 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.
-
Method Details
-
run
Deprecated.- Throws:
SAXException
-
hyperlinkStart
Deprecated.- Parameters:
link- the link; can be null- Throws:
SAXException
-
hyperlinkEnd
Deprecated.- Throws:
SAXException
-
startParagraph
Deprecated.- Throws:
SAXException
-
endParagraph
Deprecated.- Throws:
SAXException
-
startTable
Deprecated.- Throws:
SAXException
-
endTable
Deprecated.- Throws:
SAXException
-
startTableRow
Deprecated.- Throws:
SAXException
-
endTableRow
Deprecated.- Throws:
SAXException
-
startTableCell
Deprecated.- Throws:
SAXException
-
endTableCell
Deprecated.- Throws:
SAXException
-
startSDT
Deprecated.- Throws:
SAXException
-
endSDT
Deprecated.- Throws:
SAXException
-
startEditedSection
void startEditedSection(String editor, Date date, OOXMLWordAndPowerPointTextHandler.EditType editType) throws SAXException Deprecated.- Throws:
SAXException
-
endEditedSection
Deprecated.- Throws:
SAXException
-
isIncludeDeletedText
Deprecated.- Throws:
SAXException
-
footnoteReference
Deprecated.- Throws:
SAXException
-
endnoteReference
Deprecated.- Throws:
SAXException
-
isIncludeMoveFromText
Deprecated.- Throws:
SAXException
-
embeddedOLERef
Deprecated.- Throws:
SAXException
-
embeddedPicRef
Deprecated.- Throws:
SAXException
-
startBookmark
Deprecated.- Throws:
SAXException
-
endBookmark
Deprecated.- Throws:
SAXException
-