| Package | Description |
|---|---|
| org.apache.poi | |
| org.apache.poi.extractor | |
| org.apache.poi.hpsf |
Processes streams in the Horrible Property Set Format (HPSF) in POI filesystems.
|
| org.apache.poi.hssf.extractor |
| Modifier and Type | Method and Description |
|---|---|
SummaryInformation |
POIDocument.getSummaryInformation()
Fetch the Summary Information of the document
|
| Modifier and Type | Method and Description |
|---|---|
default SummaryInformation |
POIOLE2TextExtractor.getSummaryInformation()
Returns the summary information metadata for the document.
|
| Modifier and Type | Method and Description |
|---|---|
static SummaryInformation |
PropertySetFactory.newSummaryInformation()
Creates a new summary information.
|
| Modifier and Type | Method and Description |
|---|---|
SummaryInformation |
EventBasedExcelExtractor.getSummaryInformation()
Would return the summary information metadata for the document,
if we supported it
|