public static interface OOXMLWordAndPowerPointTextHandler.XWPFBodyContentsHandler
Modifier and Type | Method and Description |
---|---|
void |
embeddedOLERef(java.lang.String refId) |
void |
embeddedPicRef(java.lang.String picFileName,
java.lang.String picDescription) |
void |
endBookmark(java.lang.String id) |
void |
endEditedSection() |
void |
endnoteReference(java.lang.String id) |
void |
endParagraph() |
void |
endSDT() |
void |
endTable() |
void |
endTableCell() |
void |
endTableRow() |
void |
footnoteReference(java.lang.String id) |
void |
hyperlinkEnd() |
void |
hyperlinkStart(java.lang.String link) |
boolean |
isIncludeDeletedText() |
boolean |
isIncludeMoveFromText() |
void |
run(RunProperties runProperties,
java.lang.String contents) |
void |
startBookmark(java.lang.String id,
java.lang.String name) |
void |
startEditedSection(java.lang.String editor,
java.util.Date date,
OOXMLWordAndPowerPointTextHandler.EditType editType) |
void |
startParagraph(ParagraphProperties paragraphProperties) |
void |
startSDT() |
void |
startTable() |
void |
startTableCell() |
void |
startTableRow() |
void run(RunProperties runProperties, java.lang.String contents) throws org.xml.sax.SAXException
org.xml.sax.SAXException
void hyperlinkStart(java.lang.String link) throws org.xml.sax.SAXException
link
- the link; can be nullorg.xml.sax.SAXException
void hyperlinkEnd() throws org.xml.sax.SAXException
org.xml.sax.SAXException
void startParagraph(ParagraphProperties paragraphProperties) throws org.xml.sax.SAXException
org.xml.sax.SAXException
void endParagraph() throws org.xml.sax.SAXException
org.xml.sax.SAXException
void startTable() throws org.xml.sax.SAXException
org.xml.sax.SAXException
void endTable() throws org.xml.sax.SAXException
org.xml.sax.SAXException
void startTableRow() throws org.xml.sax.SAXException
org.xml.sax.SAXException
void endTableRow() throws org.xml.sax.SAXException
org.xml.sax.SAXException
void startTableCell() throws org.xml.sax.SAXException
org.xml.sax.SAXException
void endTableCell() throws org.xml.sax.SAXException
org.xml.sax.SAXException
void startSDT() throws org.xml.sax.SAXException
org.xml.sax.SAXException
void endSDT() throws org.xml.sax.SAXException
org.xml.sax.SAXException
void startEditedSection(java.lang.String editor, java.util.Date date, OOXMLWordAndPowerPointTextHandler.EditType editType) throws org.xml.sax.SAXException
org.xml.sax.SAXException
void endEditedSection() throws org.xml.sax.SAXException
org.xml.sax.SAXException
boolean isIncludeDeletedText() throws org.xml.sax.SAXException
org.xml.sax.SAXException
void footnoteReference(java.lang.String id) throws org.xml.sax.SAXException
org.xml.sax.SAXException
void endnoteReference(java.lang.String id) throws org.xml.sax.SAXException
org.xml.sax.SAXException
boolean isIncludeMoveFromText() throws org.xml.sax.SAXException
org.xml.sax.SAXException
void embeddedOLERef(java.lang.String refId) throws org.xml.sax.SAXException
org.xml.sax.SAXException
void embeddedPicRef(java.lang.String picFileName, java.lang.String picDescription) throws org.xml.sax.SAXException
org.xml.sax.SAXException
void startBookmark(java.lang.String id, java.lang.String name) throws org.xml.sax.SAXException
org.xml.sax.SAXException
void endBookmark(java.lang.String id) throws org.xml.sax.SAXException
org.xml.sax.SAXException
Copyright © 2010 - 2023 Adobe. All Rights Reserved