Uses of Class
org.apache.poi.hpsf.SummaryInformation
-
Packages that use SummaryInformation Package Description org.apache.poi org.apache.poi.extractor org.apache.poi.hpsf org.apache.poi.hssf.converter org.apache.poi.hssf.extractor org.apache.poi.hwpf.converter -
-
Uses of SummaryInformation in org.apache.poi
Methods in org.apache.poi that return SummaryInformation Modifier and Type Method Description SummaryInformation
POIDocument. getSummaryInformation()
Fetch the Summary Information of the document -
Uses of SummaryInformation in org.apache.poi.extractor
Methods in org.apache.poi.extractor that return SummaryInformation Modifier and Type Method Description SummaryInformation
POIOLE2TextExtractor. getSummaryInformation()
Returns the summary information metadata for the document. -
Uses of SummaryInformation in org.apache.poi.hpsf
Methods in org.apache.poi.hpsf that return SummaryInformation Modifier and Type Method Description static SummaryInformation
PropertySetFactory. newSummaryInformation()
Creates a new summary information. -
Uses of SummaryInformation in org.apache.poi.hssf.converter
Methods in org.apache.poi.hssf.converter with parameters of type SummaryInformation Modifier and Type Method Description protected void
ExcelToFoConverter. processDocumentInformation(SummaryInformation summaryInformation)
protected void
ExcelToHtmlConverter. processDocumentInformation(SummaryInformation summaryInformation)
-
Uses of SummaryInformation in org.apache.poi.hssf.extractor
Methods in org.apache.poi.hssf.extractor that return SummaryInformation Modifier and Type Method Description SummaryInformation
EventBasedExcelExtractor. getSummaryInformation()
Would return the summary information metadata for the document, if we supported it -
Uses of SummaryInformation in org.apache.poi.hwpf.converter
Methods in org.apache.poi.hwpf.converter with parameters of type SummaryInformation Modifier and Type Method Description protected abstract void
AbstractWordConverter. processDocumentInformation(SummaryInformation summaryInformation)
protected void
WordToFoConverter. processDocumentInformation(SummaryInformation summaryInformation)
protected void
WordToHtmlConverter. processDocumentInformation(SummaryInformation summaryInformation)
protected void
WordToTextConverter. processDocumentInformation(SummaryInformation summaryInformation)
-