Interface OOXMLWordAndPowerPointTextHandler.XWPFBodyContentsHandler
-
- All Known Implementing Classes:
OOXMLTikaBodyPartHandler
- Enclosing class:
- OOXMLWordAndPowerPointTextHandler
public static interface OOXMLWordAndPowerPointTextHandler.XWPFBodyContentsHandler
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidembeddedOLERef(String refId)voidembeddedPicRef(String picFileName, String picDescription)voidendBookmark(String id)voidendEditedSection()voidendnoteReference(String id)voidendParagraph()voidendSDT()voidendTable()voidendTableCell()voidendTableRow()voidfootnoteReference(String id)booleangetIncludeDeletedText()booleangetIncludeMoveFromText()voidhyperlinkEnd()voidhyperlinkStart(String link)voidrun(RunProperties runProperties, String contents)voidstartBookmark(String id, String name)voidstartEditedSection(String editor, Date date, OOXMLWordAndPowerPointTextHandler.EditType editType)voidstartParagraph(ParagraphProperties paragraphProperties)voidstartSDT()voidstartTable()voidstartTableCell()voidstartTableRow()
-
-
-
Method Detail
-
run
void run(RunProperties runProperties, String contents)
-
hyperlinkStart
void hyperlinkStart(String link)
- Parameters:
link- the link; can be null
-
hyperlinkEnd
void hyperlinkEnd()
-
startParagraph
void startParagraph(ParagraphProperties paragraphProperties)
-
endParagraph
void endParagraph()
-
startTable
void startTable()
-
endTable
void endTable()
-
startTableRow
void startTableRow()
-
endTableRow
void endTableRow()
-
startTableCell
void startTableCell()
-
endTableCell
void endTableCell()
-
startSDT
void startSDT()
-
endSDT
void endSDT()
-
startEditedSection
void startEditedSection(String editor, Date date, OOXMLWordAndPowerPointTextHandler.EditType editType)
-
endEditedSection
void endEditedSection()
-
getIncludeDeletedText
boolean getIncludeDeletedText()
-
footnoteReference
void footnoteReference(String id)
-
endnoteReference
void endnoteReference(String id)
-
getIncludeMoveFromText
boolean getIncludeMoveFromText()
-
embeddedOLERef
void embeddedOLERef(String refId)
-
endBookmark
void endBookmark(String id)
-
-