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