public class XWPFEventBasedWordExtractor
extends org.apache.poi.POIXMLTextExtractor
| Constructor and Description |
|---|
XWPFEventBasedWordExtractor(org.apache.poi.openxml4j.opc.OPCPackage container) |
XWPFEventBasedWordExtractor(String path) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.poi.POIXMLProperties.CoreProperties |
getCoreProperties() |
org.apache.poi.POIXMLProperties.CustomProperties |
getCustomProperties() |
org.apache.poi.POIXMLProperties.ExtendedProperties |
getExtendedProperties() |
org.apache.poi.openxml4j.opc.OPCPackage |
getPackage() |
String |
getText() |
static void |
main(String[] args) |
public XWPFEventBasedWordExtractor(String path) throws org.apache.xmlbeans.XmlException, org.apache.poi.openxml4j.exceptions.OpenXML4JException, IOException
org.apache.xmlbeans.XmlExceptionorg.apache.poi.openxml4j.exceptions.OpenXML4JExceptionIOExceptionpublic XWPFEventBasedWordExtractor(org.apache.poi.openxml4j.opc.OPCPackage container)
throws org.apache.xmlbeans.XmlException,
org.apache.poi.openxml4j.exceptions.OpenXML4JException,
IOException
org.apache.xmlbeans.XmlExceptionorg.apache.poi.openxml4j.exceptions.OpenXML4JExceptionIOExceptionpublic org.apache.poi.openxml4j.opc.OPCPackage getPackage()
getPackage in class org.apache.poi.POIXMLTextExtractorpublic org.apache.poi.POIXMLProperties.CoreProperties getCoreProperties()
getCoreProperties in class org.apache.poi.POIXMLTextExtractorpublic org.apache.poi.POIXMLProperties.ExtendedProperties getExtendedProperties()
getExtendedProperties in class org.apache.poi.POIXMLTextExtractorpublic org.apache.poi.POIXMLProperties.CustomProperties getCustomProperties()
getCustomProperties in class org.apache.poi.POIXMLTextExtractorpublic String getText()
getText in class org.apache.poi.POITextExtractorCopyright © 2007–2018 The Apache Software Foundation. All rights reserved.