public class XPSTextExtractor
extends org.apache.poi.ooxml.extractor.POIXMLTextExtractor
Constructor and Description |
---|
XPSTextExtractor(org.apache.poi.openxml4j.opc.OPCPackage pkg) |
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() |
org.apache.poi.openxml4j.opc.OPCPackage |
getPackage() |
String |
getText() |
public XPSTextExtractor(org.apache.poi.openxml4j.opc.OPCPackage pkg) throws org.apache.poi.openxml4j.exceptions.OpenXML4JException, org.apache.xmlbeans.XmlException, IOException
org.apache.poi.openxml4j.exceptions.OpenXML4JException
org.apache.xmlbeans.XmlException
IOException
public org.apache.poi.openxml4j.opc.OPCPackage getPackage()
getPackage
in class org.apache.poi.ooxml.extractor.POIXMLTextExtractor
public String getText()
getText
in class org.apache.poi.extractor.POITextExtractor
public org.apache.poi.ooxml.POIXMLProperties.CoreProperties getCoreProperties()
getCoreProperties
in class org.apache.poi.ooxml.extractor.POIXMLTextExtractor
public org.apache.poi.ooxml.POIXMLProperties.ExtendedProperties getExtendedProperties()
getExtendedProperties
in class org.apache.poi.ooxml.extractor.POIXMLTextExtractor
public org.apache.poi.ooxml.POIXMLProperties.CustomProperties getCustomProperties()
getCustomProperties
in class org.apache.poi.ooxml.extractor.POIXMLTextExtractor
Copyright © 2007–2021 The Apache Software Foundation. All rights reserved.