public class XSLFEventBasedPowerPointExtractor
extends org.apache.poi.ooxml.extractor.POIXMLTextExtractor
| Constructor and Description |
|---|
XSLFEventBasedPowerPointExtractor(OPCPackage container) |
XSLFEventBasedPowerPointExtractor(String path) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.poi.ooxml.POIXMLProperties.CoreProperties |
getCoreProperties() |
org.apache.poi.ooxml.POIXMLProperties.CustomProperties |
getCustomProperties() |
org.apache.poi.ooxml.POIXMLProperties.ExtendedProperties |
getExtendedProperties() |
OPCPackage |
getPackage() |
String |
getText()
Retrieves all the text from the document.
|
static void |
main(String[] args) |
close, getDocument, getMetadataTextExtractorsetFilesystempublic XSLFEventBasedPowerPointExtractor(String path) throws XmlException, OpenXML4JException, IOException
public XSLFEventBasedPowerPointExtractor(OPCPackage container) throws XmlException, OpenXML4JException, IOException
public OPCPackage getPackage()
getPackage in class org.apache.poi.ooxml.extractor.POIXMLTextExtractorpublic org.apache.poi.ooxml.POIXMLProperties.CoreProperties getCoreProperties()
getCoreProperties in class org.apache.poi.ooxml.extractor.POIXMLTextExtractorpublic org.apache.poi.ooxml.POIXMLProperties.ExtendedProperties getExtendedProperties()
getExtendedProperties in class org.apache.poi.ooxml.extractor.POIXMLTextExtractorpublic org.apache.poi.ooxml.POIXMLProperties.CustomProperties getCustomProperties()
getCustomProperties in class org.apache.poi.ooxml.extractor.POIXMLTextExtractorpublic String getText()
POITextExtractorgetText in class POITextExtractorCopyright © 2010 - 2020 Adobe. All Rights Reserved