public class HPSFPropertiesExtractor extends Object implements POIOLE2TextExtractor
| Constructor and Description |
|---|
HPSFPropertiesExtractor(POIDocument document) |
HPSFPropertiesExtractor(POIFSFileSystem fs) |
HPSFPropertiesExtractor(POIOLE2TextExtractor mainExtractor) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
POIDocument |
getDocument()
Return the underlying POIDocument
|
String |
getDocumentSummaryInformationText() |
POIDocument |
getFilesystem() |
POITextExtractor |
getMetadataTextExtractor()
Prevent recursion!
|
String |
getSummaryInformationText() |
String |
getText()
Retrieves all the text from the document.
|
int |
hashCode() |
boolean |
isCloseFilesystem() |
void |
setCloseFilesystem(boolean doCloseFilesystem) |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitgetDocSummaryInformation, getRoot, getSummaryInformationclosepublic HPSFPropertiesExtractor(POIOLE2TextExtractor mainExtractor)
public HPSFPropertiesExtractor(POIDocument document)
public HPSFPropertiesExtractor(POIFSFileSystem fs)
public String getDocumentSummaryInformationText()
public String getSummaryInformationText()
public String getText()
POITextExtractorgetText in interface POITextExtractorpublic POITextExtractor getMetadataTextExtractor()
getMetadataTextExtractor in interface POIOLE2TextExtractorgetMetadataTextExtractor in interface POITextExtractorpublic POIDocument getDocument()
POIOLE2TextExtractorgetDocument in interface POIOLE2TextExtractorgetDocument in interface POITextExtractorpublic void setCloseFilesystem(boolean doCloseFilesystem)
setCloseFilesystem in interface POITextExtractordoCloseFilesystem - true (default), if underlying resources/filesystem should be
closed on POITextExtractor.close()public boolean isCloseFilesystem()
isCloseFilesystem in interface POITextExtractortrue, if resources/filesystem should be closed on POITextExtractor.close()public POIDocument getFilesystem()
getFilesystem in interface POITextExtractor