Uses of Class
org.apache.poi.hpsf.SummaryInformation
Packages that use SummaryInformation
Package
Description
-
Uses of SummaryInformation in org.apache.poi
Methods in org.apache.poi that return SummaryInformationModifier and TypeMethodDescriptionPOIDocument.getSummaryInformation()Fetch the Summary Information of the document -
Uses of SummaryInformation in org.apache.poi.extractor
Methods in org.apache.poi.extractor that return SummaryInformationModifier and TypeMethodDescriptionPOIOLE2TextExtractor.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 SummaryInformationModifier and TypeMethodDescriptionstatic SummaryInformationPropertySetFactory.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 SummaryInformationModifier and TypeMethodDescriptionprotected voidExcelToFoConverter.processDocumentInformation(SummaryInformation summaryInformation) protected voidExcelToHtmlConverter.processDocumentInformation(SummaryInformation summaryInformation) -
Uses of SummaryInformation in org.apache.poi.hssf.extractor
Methods in org.apache.poi.hssf.extractor that return SummaryInformationModifier and TypeMethodDescriptionEventBasedExcelExtractor.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 SummaryInformationModifier and TypeMethodDescriptionprotected abstract voidAbstractWordConverter.processDocumentInformation(SummaryInformation summaryInformation) protected voidWordToFoConverter.processDocumentInformation(SummaryInformation summaryInformation) protected voidWordToHtmlConverter.processDocumentInformation(SummaryInformation summaryInformation) protected voidWordToTextConverter.processDocumentInformation(SummaryInformation summaryInformation)