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 SummaryInformationPOIDocument. 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 SummaryInformationPOIOLE2TextExtractor. 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 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 SummaryInformation Modifier and Type Method Description protected 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 SummaryInformation Modifier and Type Method Description SummaryInformationEventBasedExcelExtractor. 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 voidAbstractWordConverter. processDocumentInformation(SummaryInformation summaryInformation)protected voidWordToFoConverter. processDocumentInformation(SummaryInformation summaryInformation)protected voidWordToHtmlConverter. processDocumentInformation(SummaryInformation summaryInformation)protected voidWordToTextConverter. processDocumentInformation(SummaryInformation summaryInformation)
-