Package org.apache.poi.hpsf.extractor
Class HPSFPropertiesExtractor
java.lang.Object
org.apache.poi.extractor.POITextExtractor
org.apache.poi.extractor.POIOLE2TextExtractor
org.apache.poi.hpsf.extractor.HPSFPropertiesExtractor
- All Implemented Interfaces:
Closeable
,AutoCloseable
Extracts all of the HPSF properties, both
build in and custom, returning them in
textual form.
-
Field Summary
Fields inherited from class org.apache.poi.extractor.POIOLE2TextExtractor
document
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.poi.extractor.POIOLE2TextExtractor
getDocSummaryInformation, getDocument, getRoot, getSummaryInformation
Methods inherited from class org.apache.poi.extractor.POITextExtractor
close, setFilesystem
-
Constructor Details
-
HPSFPropertiesExtractor
-
HPSFPropertiesExtractor
-
HPSFPropertiesExtractor
-
-
Method Details
-
getDocumentSummaryInformationText
-
getSummaryInformationText
-
getText
Description copied from class:POITextExtractor
Retrieves all the text from the document. How cells, paragraphs etc are separated in the text is implementation specific - see the javadocs for a specific project for details.- Specified by:
getText
in classPOITextExtractor
- Returns:
- the text of all the properties defined in the document.
-
getMetadataTextExtractor
Prevent recursion!- Overrides:
getMetadataTextExtractor
in classPOIOLE2TextExtractor
- Returns:
- an instance of POIExtractor that can extract meta-data.
-
equals
-
hashCode
public int hashCode() -
main
- Throws:
IOException
-