org.apache.poi.hpsf.extractor
Class HPSFPropertiesExtractor
java.lang.Object
org.apache.poi.POITextExtractor
org.apache.poi.hpsf.extractor.HPSFPropertiesExtractor
public class HPSFPropertiesExtractor
- extends POITextExtractor
Extracts all of the HPSF properties, both
build in and custom, returning them in
textual form.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HPSFPropertiesExtractor
public HPSFPropertiesExtractor(POITextExtractor mainExtractor)
HPSFPropertiesExtractor
public HPSFPropertiesExtractor(POIDocument doc)
HPSFPropertiesExtractor
public HPSFPropertiesExtractor(POIFSFileSystem fs)
getDocumentSummaryInformationText
public java.lang.String getDocumentSummaryInformationText()
getSummaryInformationText
public java.lang.String getSummaryInformationText()
getText
public java.lang.String getText()
- Return the text of all the properties defined in
the document.
- Specified by:
getText
in class POITextExtractor
- Returns:
- All the text from the document
getMetadataTextExtractor
public POITextExtractor getMetadataTextExtractor()
- Prevent recursion!
- Specified by:
getMetadataTextExtractor
in class POITextExtractor
Copyright 2008 The Apache Software Foundation or
its licensors, as applicable.