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