|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.poi.POITextExtractor
org.apache.poi.POIXMLTextExtractor
public abstract class POIXMLTextExtractor
Field Summary | |
---|---|
protected POIXMLDocument |
document
The POIXMLDocument that's open |
Constructor Summary | |
---|---|
POIXMLTextExtractor(POIXMLDocument document)
Creates a new text extractor for the given document |
Method Summary | |
---|---|
POIXMLProperties.CoreProperties |
getCoreProperties()
Returns the core document properties |
POIXMLProperties.CustomProperties |
getCustomProperties()
Returns the custom document properties |
POIXMLDocument |
getDocument()
Returns opened document |
POIXMLProperties.ExtendedProperties |
getExtendedProperties()
Returns the extended document properties |
POIXMLPropertiesTextExtractor |
getMetadataTextExtractor()
Returns an OOXML properties text extractor for the document properties metadata, such as title and author. |
Methods inherited from class org.apache.poi.POITextExtractor |
---|
getText |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected POIXMLDocument document
Constructor Detail |
---|
public POIXMLTextExtractor(POIXMLDocument document)
Method Detail |
---|
public POIXMLProperties.CoreProperties getCoreProperties() throws java.io.IOException, OpenXML4JException, org.apache.xmlbeans.XmlException
java.io.IOException
OpenXML4JException
org.apache.xmlbeans.XmlException
public POIXMLProperties.ExtendedProperties getExtendedProperties() throws java.io.IOException, OpenXML4JException, org.apache.xmlbeans.XmlException
java.io.IOException
OpenXML4JException
org.apache.xmlbeans.XmlException
public POIXMLProperties.CustomProperties getCustomProperties() throws java.io.IOException, OpenXML4JException, org.apache.xmlbeans.XmlException
java.io.IOException
OpenXML4JException
org.apache.xmlbeans.XmlException
public POIXMLDocument getDocument()
public POIXMLPropertiesTextExtractor getMetadataTextExtractor()
getMetadataTextExtractor
in class POITextExtractor
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |