public class POIXMLPropertiesTextExtractor extends POIXMLTextExtractor
POITextExtractor
for returning the textual
content of the OOXML file properties, eg author
and title.Constructor and Description |
---|
POIXMLPropertiesTextExtractor(POIXMLDocument doc)
Creates a new POIXMLPropertiesTextExtractor for the
given open document.
|
POIXMLPropertiesTextExtractor(POIXMLTextExtractor otherExtractor)
Creates a new POIXMLPropertiesTextExtractor, for the
same file that another TextExtractor is already
working on.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getCorePropertiesText()
Returns the core document properties, eg author
|
java.lang.String |
getCustomPropertiesText()
Returns the custom document properties, if
there are any
|
java.lang.String |
getExtendedPropertiesText()
Returns the extended document properties, eg
application
|
POIXMLPropertiesTextExtractor |
getMetadataTextExtractor()
Returns an OOXML properties text extractor for the
document properties metadata, such as title and author.
|
java.lang.String |
getText()
Retrieves all the text from the document.
|
close, getCoreProperties, getCustomProperties, getDocument, getExtendedProperties, getPackage
public POIXMLPropertiesTextExtractor(POIXMLDocument doc)
public POIXMLPropertiesTextExtractor(POIXMLTextExtractor otherExtractor)
public java.lang.String getCorePropertiesText()
public java.lang.String getExtendedPropertiesText()
public java.lang.String getCustomPropertiesText()
public java.lang.String getText()
POITextExtractor
getText
in class POITextExtractor
public POIXMLPropertiesTextExtractor getMetadataTextExtractor()
POIXMLTextExtractor
getMetadataTextExtractor
in class POIXMLTextExtractor
Copyright 2016 The Apache Software Foundation or its licensors, as applicable.