Uses of Class
com.stimulsoft.report.export.tools.StiPagesRange
Packages that use StiPagesRange
Package
Description
-
Uses of StiPagesRange in com.stimulsoft.report.export.service
Methods in com.stimulsoft.report.export.service with parameters of type StiPagesRangeModifier and TypeMethodDescriptionvoidStiPpt2007ExportService.exportPowerPoint(StiReport report, OutputStream stream, StiPagesRange pageRange) Exports rendered report to an PowerPoint file. -
Uses of StiPagesRange in com.stimulsoft.report.export.settings
Methods in com.stimulsoft.report.export.settings that return StiPagesRangeModifier and TypeMethodDescriptionStiPageRangeExportSettings.getPageRange()Describes range of pages of the document for the export.Methods in com.stimulsoft.report.export.settings with parameters of type StiPagesRangeModifier and TypeMethodDescriptionvoidStiPageRangeExportSettings.setPageRange(StiPagesRange pageRange) Describes range of pages of the document for the export. -
Uses of StiPagesRange in com.stimulsoft.report.export.tools
Fields in com.stimulsoft.report.export.tools declared as StiPagesRange -
Uses of StiPagesRange in com.stimulsoft.web.helper
Methods in com.stimulsoft.web.helper with parameters of type StiPagesRangeModifier and TypeMethodDescriptionstatic voidStiReportResponse.printAsHtml(StiHttpServletResponse response, StiReport report, StiPagesRange pageRange) Print report as HTML document.static voidStiReportResponse.printAsPdf(StiHttpServletResponse response, StiReport report, StiPagesRange pageRange) Print report as PDF document.