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) |
void |
hyperlinkEnd() |
void |
hyperlinkStart(String link) |
boolean |
isIncludeDeletedText() |
boolean |
isIncludeMoveFromText() |
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) throws SAXException
SAXExceptionvoid hyperlinkStart(String link) throws SAXException
link - the link; can be nullSAXExceptionvoid hyperlinkEnd()
throws SAXException
SAXExceptionvoid startParagraph(ParagraphProperties paragraphProperties) throws SAXException
SAXExceptionvoid endParagraph()
throws SAXException
SAXExceptionvoid startTable()
throws SAXException
SAXExceptionvoid endTable()
throws SAXException
SAXExceptionvoid startTableRow()
throws SAXException
SAXExceptionvoid endTableRow()
throws SAXException
SAXExceptionvoid startTableCell()
throws SAXException
SAXExceptionvoid endTableCell()
throws SAXException
SAXExceptionvoid startSDT()
throws SAXException
SAXExceptionvoid endSDT()
throws SAXException
SAXExceptionvoid startEditedSection(String editor, Date date, OOXMLWordAndPowerPointTextHandler.EditType editType) throws SAXException
SAXExceptionvoid endEditedSection()
throws SAXException
SAXExceptionboolean isIncludeDeletedText()
throws SAXException
SAXExceptionvoid footnoteReference(String id) throws SAXException
SAXExceptionvoid endnoteReference(String id) throws SAXException
SAXExceptionboolean isIncludeMoveFromText()
throws SAXException
SAXExceptionvoid embeddedOLERef(String refId) throws SAXException
SAXExceptionvoid embeddedPicRef(String picFileName, String picDescription) throws SAXException
SAXExceptionvoid startBookmark(String id, String name) throws SAXException
SAXExceptionvoid endBookmark(String id) throws SAXException
SAXExceptionCopyright © 2007–2022 The Apache Software Foundation. All rights reserved.