org.apache.poi
public abstract class POIOLE2TextExtractor extends POITextExtractor
document| Constructor and Description |
|---|
POIOLE2TextExtractor(POIDocument document)
Creates a new text extractor for the given document
|
| Modifier and Type | Method and Description |
|---|---|
DocumentSummaryInformation |
getDocSummaryInformation()
Returns the document information metadata for the document
|
POIFSFileSystem |
getFileSystem()
Return the underlying POIFS FileSystem of
this document.
|
POITextExtractor |
getMetadataTextExtractor()
Returns an HPSF powered text extractor for the
document properties metadata, such as title and author.
|
SummaryInformation |
getSummaryInformation()
Returns the summary information metadata for the document
|
getTextpublic POIOLE2TextExtractor(POIDocument document)
public DocumentSummaryInformation getDocSummaryInformation()
public SummaryInformation getSummaryInformation()
public POITextExtractor getMetadataTextExtractor()
getMetadataTextExtractor in class POITextExtractorpublic POIFSFileSystem getFileSystem()
Copyright 2016 The Apache Software Foundation or its licensors, as applicable.