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
SAXExceptionorg.apache.xmlbeans.XmlExceptionIOExceptionTikaExceptionCopyright © 2007–2022 The Apache Software Foundation. All rights reserved.