public class OOXMLTikaBodyPartHandler extends Object implements OOXMLWordAndPowerPointTextHandler.XWPFBodyContentsHandler
Constructor and Description |
---|
OOXMLTikaBodyPartHandler(XHTMLContentHandler xhtml) |
OOXMLTikaBodyPartHandler(XHTMLContentHandler xhtml,
XWPFStylesShim styles,
XWPFListManager listManager,
OfficeParserConfig parserConfig) |
Modifier and Type | Method and Description |
---|---|
void |
embeddedOLERef(String relId) |
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() |
public OOXMLTikaBodyPartHandler(XHTMLContentHandler xhtml)
public OOXMLTikaBodyPartHandler(XHTMLContentHandler xhtml, XWPFStylesShim styles, XWPFListManager listManager, OfficeParserConfig parserConfig)
public void run(RunProperties runProperties, String contents) throws SAXException
run
in interface OOXMLWordAndPowerPointTextHandler.XWPFBodyContentsHandler
SAXException
public void hyperlinkStart(String link) throws SAXException
hyperlinkStart
in interface OOXMLWordAndPowerPointTextHandler.XWPFBodyContentsHandler
link
- the link; can be nullSAXException
public void hyperlinkEnd() throws SAXException
hyperlinkEnd
in interface OOXMLWordAndPowerPointTextHandler.XWPFBodyContentsHandler
SAXException
public void startParagraph(ParagraphProperties paragraphProperties) throws SAXException
startParagraph
in interface OOXMLWordAndPowerPointTextHandler.XWPFBodyContentsHandler
SAXException
public void endParagraph() throws SAXException
endParagraph
in interface OOXMLWordAndPowerPointTextHandler.XWPFBodyContentsHandler
SAXException
public void startTable() throws SAXException
startTable
in interface OOXMLWordAndPowerPointTextHandler.XWPFBodyContentsHandler
SAXException
public void endTable() throws SAXException
endTable
in interface OOXMLWordAndPowerPointTextHandler.XWPFBodyContentsHandler
SAXException
public void startTableRow() throws SAXException
startTableRow
in interface OOXMLWordAndPowerPointTextHandler.XWPFBodyContentsHandler
SAXException
public void endTableRow() throws SAXException
endTableRow
in interface OOXMLWordAndPowerPointTextHandler.XWPFBodyContentsHandler
SAXException
public void startTableCell() throws SAXException
startTableCell
in interface OOXMLWordAndPowerPointTextHandler.XWPFBodyContentsHandler
SAXException
public void endTableCell() throws SAXException
endTableCell
in interface OOXMLWordAndPowerPointTextHandler.XWPFBodyContentsHandler
SAXException
public void startSDT() throws SAXException
startSDT
in interface OOXMLWordAndPowerPointTextHandler.XWPFBodyContentsHandler
SAXException
public void endSDT()
endSDT
in interface OOXMLWordAndPowerPointTextHandler.XWPFBodyContentsHandler
public void startEditedSection(String editor, Date date, OOXMLWordAndPowerPointTextHandler.EditType editType)
startEditedSection
in interface OOXMLWordAndPowerPointTextHandler.XWPFBodyContentsHandler
public void endEditedSection()
endEditedSection
in interface OOXMLWordAndPowerPointTextHandler.XWPFBodyContentsHandler
public boolean isIncludeDeletedText()
isIncludeDeletedText
in interface OOXMLWordAndPowerPointTextHandler.XWPFBodyContentsHandler
public void footnoteReference(String id) throws SAXException
footnoteReference
in interface OOXMLWordAndPowerPointTextHandler.XWPFBodyContentsHandler
SAXException
public void endnoteReference(String id) throws SAXException
endnoteReference
in interface OOXMLWordAndPowerPointTextHandler.XWPFBodyContentsHandler
SAXException
public boolean isIncludeMoveFromText()
isIncludeMoveFromText
in interface OOXMLWordAndPowerPointTextHandler.XWPFBodyContentsHandler
public void embeddedOLERef(String relId) throws SAXException
embeddedOLERef
in interface OOXMLWordAndPowerPointTextHandler.XWPFBodyContentsHandler
SAXException
public void embeddedPicRef(String picFileName, String picDescription) throws SAXException
embeddedPicRef
in interface OOXMLWordAndPowerPointTextHandler.XWPFBodyContentsHandler
SAXException
public void startBookmark(String id, String name) throws SAXException
startBookmark
in interface OOXMLWordAndPowerPointTextHandler.XWPFBodyContentsHandler
SAXException
public void endBookmark(String id)
endBookmark
in interface OOXMLWordAndPowerPointTextHandler.XWPFBodyContentsHandler
Copyright © 2007–1969 The Apache Software Foundation. All rights reserved.