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() |
checkMaxTextSize, close, getCoreProperties, getCustomProperties, getDocument, getExtendedProperties, getPackagesetFilesystempublic POIXMLPropertiesTextExtractor(POIXMLDocument doc)
doc - the given open documentpublic POIXMLPropertiesTextExtractor(POIXMLTextExtractor otherExtractor)
otherExtractor - the extractor referencing the given filepublic java.lang.String getCorePropertiesText()
public java.lang.String getExtendedPropertiesText()
public java.lang.String getCustomPropertiesText()
public java.lang.String getText()
getText in class POITextExtractorpublic POIXMLPropertiesTextExtractor getMetadataTextExtractor()
POIXMLTextExtractorgetMetadataTextExtractor in class POIXMLTextExtractor