public interface POIOLE2TextExtractor extends POITextExtractor
ExcelExtractor,
VisioTextExtractor,
WordExtractor| Modifier and Type | Method and Description |
|---|---|
default DocumentSummaryInformation |
getDocSummaryInformation()
Returns the document information metadata for the document
|
POIDocument |
getDocument()
Return the underlying POIDocument
|
default POITextExtractor |
getMetadataTextExtractor()
Returns an HPSF powered text extractor for the
document properties metadata, such as title and author.
|
default DirectoryEntry |
getRoot()
Return the underlying DirectoryEntry of this document.
|
default SummaryInformation |
getSummaryInformation()
Returns the summary information metadata for the document.
|
close, getFilesystem, getText, isCloseFilesystem, setCloseFilesystemdefault DocumentSummaryInformation getDocSummaryInformation()
default SummaryInformation getSummaryInformation()
default POITextExtractor getMetadataTextExtractor()
getMetadataTextExtractor in interface POITextExtractordefault DirectoryEntry getRoot()
POIDocument getDocument()
getDocument in interface POITextExtractor