public static interface OOXMLWordAndPowerPointTextHandler.XWPFBodyContentsHandler
Modifier and Type | Method and Description |
---|---|
void |
embeddedOLERef(String refId) |
void |
embeddedPicRef(String picFileName,
String picDescription) |
void |
endBookmark(String id) |
void |
endEditedSection() |
void |
endnoteReference(String id) |
void |
endParagraph() |
void |
endSDT() |
void |
endTable() |
void |
endTableCell() |
void |
endTableRow() |
void |
footnoteReference(String id) |
boolean |
getIncludeDeletedText() |
boolean |
getIncludeMoveFromText() |
void |
hyperlinkEnd() |
void |
hyperlinkStart(String link) |
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 |
startTable() |
void |
startTableCell() |
void |
startTableRow() |
void run(RunProperties runProperties, String contents)
void hyperlinkStart(String link)
link
- the link; can be nullvoid hyperlinkEnd()
void startParagraph(ParagraphProperties paragraphProperties)
void endParagraph()
void startTable()
void endTable()
void startTableRow()
void endTableRow()
void startTableCell()
void endTableCell()
void startSDT()
void endSDT()
void startEditedSection(String editor, Date date, OOXMLWordAndPowerPointTextHandler.EditType editType)
void endEditedSection()
boolean getIncludeDeletedText()
void footnoteReference(String id)
void endnoteReference(String id)
boolean getIncludeMoveFromText()
void embeddedOLERef(String refId)
void endBookmark(String id)
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.