public interface OOXMLExtractor
POIXMLTextExtractor
Modifier and Type | Method and Description |
---|---|
org.apache.poi.ooxml.POIXMLDocument |
getDocument()
Returns the opened document.
|
MetadataExtractor |
getMetadataExtractor()
POIXMLTextExtractor.getMetadataTextExtractor() not yet supported
for OOXML by POI. |
void |
getXHTML(ContentHandler handler,
Metadata metadata,
ParseContext context)
Parses the document into a sequence of XHTML SAX events sent to the
given content handler.
|
org.apache.poi.ooxml.POIXMLDocument getDocument()
POIXMLTextExtractor.getDocument()
MetadataExtractor getMetadataExtractor()
POIXMLTextExtractor.getMetadataTextExtractor()
not yet supported
for OOXML by POI.void getXHTML(ContentHandler handler, Metadata metadata, ParseContext context) throws SAXException, org.apache.xmlbeans.XmlException, IOException, TikaException
SAXException
org.apache.xmlbeans.XmlException
IOException
TikaException
Copyright © 2007–1969 The Apache Software Foundation. All rights reserved.