java.io.Closeable, java.lang.AutoCloseableEventBasedExcelExtractor, ExcelExtractor, OutlookTextExtactor, PowerPointExtractor, PublisherTextExtractor, VisioTextExtractor, Word6Extractor, WordExtractorpublic abstract class POIOLE2TextExtractor extends POITextExtractor
ExcelExtractor,
PowerPointExtractor,
VisioTextExtractor,
WordExtractordocument| Constructor | Description |
|---|---|
POIOLE2TextExtractor(POIDocument document) |
Creates a new text extractor for the given document
|
| Modifier and Type | Method | Description |
|---|---|---|
DocumentSummaryInformation |
getDocSummaryInformation() |
Returns the document information metadata for the document
|
POIFSFileSystem |
getFileSystem() |
Deprecated.
Use
getRoot() instead |
POITextExtractor |
getMetadataTextExtractor() |
Returns an HPSF powered text extractor for the
document properties metadata, such as title and author.
|
DirectoryEntry |
getRoot() |
Return the underlying DirectoryEntry of this document.
|
SummaryInformation |
getSummaryInformation() |
Returns the summary information metadata for the document.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitclose, getTextpublic POIOLE2TextExtractor(POIDocument document)
document - The POIDocument to use in this extractor.public DocumentSummaryInformation getDocSummaryInformation()
public SummaryInformation getSummaryInformation()
public POITextExtractor getMetadataTextExtractor()
getMetadataTextExtractor in class POITextExtractorpublic DirectoryEntry getRoot()
@Deprecated public POIFSFileSystem getFileSystem()
getRoot() insteadCopyright 2018 The Apache Software Foundation or its licensors, as applicable.