Uses of Class
com.stimulsoft.report.components.StiPage
Packages that use StiPage
Package
Description
-
Uses of StiPage in com.stimulsoft.report
Fields in com.stimulsoft.report declared as StiPageMethods in com.stimulsoft.report with parameters of type StiPage -
Uses of StiPage in com.stimulsoft.report.chart.view.series
Methods in com.stimulsoft.report.chart.view.series that return StiPageModifier and TypeMethodDescriptionStiSeries.getDrillDownPage()Gets or sets a page for the Drill-Down operation.StiSeriesInteraction.getDrillDownPage()Gets or sets a page for the Drill-Down operation.Methods in com.stimulsoft.report.chart.view.series with parameters of type StiPageModifier and TypeMethodDescriptionvoidStiSeries.setDrillDownPage(StiPage value) voidStiSeriesInteraction.setDrillDownPage(StiPage value) -
Uses of StiPage in com.stimulsoft.report.check.page
Methods in com.stimulsoft.report.check.page with parameters of type StiPageModifier and TypeMethodDescriptionstatic List<StiPointPrimitive> StiLostPointsOnPageCheck.getLostPointsOnPage(StiPage page) -
Uses of StiPage in com.stimulsoft.report.components
Fields in com.stimulsoft.report.components declared as StiPageFields in com.stimulsoft.report.components with type parameters of type StiPageMethods in com.stimulsoft.report.components that return StiPageModifier and TypeMethodDescriptionStiPagesCollection.get(int index) ReturnStiPageby page nameStiInteraction.getDrillDownPage()Gets or sets a page for the Drill-Down operation.StiComponent.getPage()gets or sets the page on which an object is located.StiPage.getPage()Deprecated.final StiPageStiComponentsCollection.GetPageByAlias(String alias) StiPagesCollection.getPageWithoutCache(int pageIndex) Methods in com.stimulsoft.report.components with parameters of type StiPageModifier and TypeMethodDescriptionbooleanbooleanvoidStiPagesCollection.addPageToQuickCache(StiPage page, boolean savePage) booleanStiPagesCollection.addV2Internal(StiPage page) voidvoidstatic StiSizeStiPageHelper.getPaperSize(StiPage page, StiSize paperSize) booleanStiPagesCollection.isNotSavedPage(StiPage page) voidvoidvoidStiPagesCollection.markPageAsNotSaved(StiPage page) voidvoidvoidvoidStiInteraction.setDrillDownPage(StiPage value) voidvoidvoidStiPagesCollection.setPageWithoutCache(int pageIndex, StiPage page) -
Uses of StiPage in com.stimulsoft.report.components.complexcomponents
Methods in com.stimulsoft.report.components.complexcomponents that return StiPageModifier and TypeMethodDescriptionfinal StiPageStiSubReport.getSubReportPage()Gets or sets a page that contains SubReport.Methods in com.stimulsoft.report.components.complexcomponents with parameters of type StiPageModifier and TypeMethodDescriptionstatic StiSubReportStiSubReport.GetSubReportForPage(StiPage page) final voidStiSubReport.setSubReportPage(StiPage value) -
Uses of StiPage in com.stimulsoft.report.dialogs
Subclasses of StiPage in com.stimulsoft.report.dialogs -
Uses of StiPage in com.stimulsoft.report.engine.engineV2
Fields in com.stimulsoft.report.engine.engineV2 declared as StiPageMethods in com.stimulsoft.report.engine.engineV2 that return StiPageModifier and TypeMethodDescriptionfinal StiPageStiEngine.getPage()Gets or sets a page in what rendering of bands is done.static StiPageStiPageHelper.GetPageFromTemplate(StiPage templatePage) Creates a new page on base of the page of the template.final StiPageStiEngine.getTemplatePage()Gets or sets a page from a template.Methods in com.stimulsoft.report.engine.engineV2 with parameters of type StiPageModifier and TypeMethodDescriptionfinal voidStiEngine.AddPageToRenderedPages(StiPage page) Adds a specified page into the collection of rendered pages.static voidStiPageHelper.CreateListOfDataBands(StiPage page, ArrayList dataBandsOnPage, ArrayList dataBandsInContainers, ArrayList subReportsOnPage, ArrayList crossTabsOnPage) static StiPageStiPageHelper.GetPageFromTemplate(StiPage templatePage) Creates a new page on base of the page of the template.final intStiPageNumberHelper.GetPageNumber(StiPage page) final intStiPageNumberHelper.GetPageNumberThrough(StiPage page) static ArrayListStiPageHelper.GetReportSummaries(StiPage page) Returns the list of ReportSummaryBands.static ArrayListStiPageHelper.GetReportTitles(StiPage page) Returns the list of ReportTitleBands.static booleanStiRenderProviderV2.isFirstPage(StiReport report, StiPage page) static booleanStiRenderProviderV2.isLastPage(StiReport report, StiPage page) static voidStiPostProcessProviderV2.PostProcessPage(StiPage page, boolean isFirstPage, boolean isLastPage) static voidStiPostProcessProviderV2.PostProcessPage(StiPage page, boolean isFirstPage, boolean isLastPage, boolean clearPage) static voidStiPostProcessProviderV2.PostProcessPrimitives(StiPage page) static voidStiPageHelper.PrepareBookmark(StiPage page) static voidStiPageHelper.preparePointer(StiPage page) voidStiEngine.ProcessPageAfterRendering(StiPage page, boolean isFinal) static voidStiRenderProviderV2.ProcessPageToCache(StiReport report, StiPage page, boolean isFinal) static voidStiPageLineHelper.pushPageLineNumber(StiPage page) static voidStiPageHelper.RenderOverlays(StiPage masterPage, StiPage renderedPage) static voidStiPageHelper.RenderPage(StiPage page) Prints the specified page.static voidStiPageHelper.RenderSimpleComponents(StiPage page, StiContainer outContainer) Prints all simple components on a page.final voidfinal voidStiEngine.setTemplatePage(StiPage value) -
Uses of StiPage in com.stimulsoft.report.export.service
Fields in com.stimulsoft.report.export.service with type parameters of type StiPageMethods in com.stimulsoft.report.export.service with parameters of type StiPageModifier and TypeMethodDescriptionintStiHtmlExportService.getPageSizeIndex(StiPage page) voidStiExportService.invokeExporting(StiPage page, StiPagesCollection pages) Change progress bar statusvoidStiHtmlExportService.renderPage(StiPagesCollection pages, boolean useBookmarksTree, int bookmarkWidth, StiPage page, boolean writePageBreak) Render pages -
Uses of StiPage in com.stimulsoft.report.export.service.helper
Methods in com.stimulsoft.report.export.service.helper with parameters of type StiPageModifier and TypeMethodDescriptionstatic voidStiSvgHelper.saveToStream(StiReport report, StiPage page, OutputStream outputStream, boolean compressed) Save toOutputStreamstatic voidStiSvgHelper.saveToStream(StiReport report, StiPage page, OutputStream outputStream, boolean compressed, boolean standalone, int clipCounter, StiImageFormat imageFormat, float imageQuality, float imageResolution) Save toOutputStream* @param reportStiReport -
Uses of StiPage in com.stimulsoft.report.helpers
Methods in com.stimulsoft.report.helpers with parameters of type StiPage -
Uses of StiPage in com.stimulsoft.report.options
Methods in com.stimulsoft.report.options with parameters of type StiPageModifier and TypeMethodDescriptionstatic booleanDesignerOptions.GlobalEvents.InvokePageSetup(StiPage page) -
Uses of StiPage in com.stimulsoft.report.painters.components
Methods in com.stimulsoft.report.painters.components with parameters of type StiPageModifier and TypeMethodDescriptionvoidStiPagePainter.drawPageNumber(StiPage page, StiGraphics g, Integer pageNumber, StiRectangle pageRect, Double zoom, Double pageZoom) Draw page numbers for segment pageStiPagePainter.getWatermarkImage(StiPage page, double zoom, boolean useMargins) StiPagePainter.getWatermarkImage(StiPage page, double zoom, boolean useMargins, int imageType) voidStiPagePainter.paintTableLines(StiPage page, StiGraphics g) Paint table lines -
Uses of StiPage in com.stimulsoft.report.print
Constructors in com.stimulsoft.report.print with parameters of type StiPageModifierConstructorDescriptionStiPagePrintable(StiPage page) ConstructorStiPageStiPagePrintable(StiPage page, int segmentX, int segmentY, double pageWidth, double pageHeight) Constructor -
Uses of StiPage in com.stimulsoft.report.units
Methods in com.stimulsoft.report.units with parameters of type StiPageModifier and TypeMethodDescriptionstatic List<StiToolTipHelper> StiToolTipHelper.getToolTips(StiPage page) -
Uses of StiPage in com.stimulsoft.report.viewer.visual
Methods in com.stimulsoft.report.viewer.visual that return StiPage -
Uses of StiPage in com.stimulsoft.viewer.controls.visual
Fields in com.stimulsoft.viewer.controls.visual declared as StiPageMethods in com.stimulsoft.viewer.controls.visual that return StiPageMethods in com.stimulsoft.viewer.controls.visual with parameters of type StiPage -
Uses of StiPage in com.stimulsoft.viewer.utils
Methods in com.stimulsoft.viewer.utils with parameters of type StiPageModifier and TypeMethodDescriptionstatic IntegerStiPageNumberHelper.getPageStartNumber(StiPage page) -
Uses of StiPage in com.stimulsoft.webdesigner.helper
Methods in com.stimulsoft.webdesigner.helper that return StiPageModifier and TypeMethodDescriptionstatic StiPageStiReportEdit.getPageByName(StiReport report, String name) Methods in com.stimulsoft.webdesigner.helper with parameters of type StiPageModifier and TypeMethodDescriptionstatic voidStiReportEdit.addComponentToPage(StiComponent component, StiPage currentPage) static StiGroupStiGroup.getGroupFromPage(StiPage page) static StringStiReportEdit.getPageMargins(StiPage page) static StringStiReportEdit.getPageSize(StiPage page) StiReportEdit.getPropsRebuildPage(StiReport report, StiPage currentPage) static StringStiReportEdit.getWatermarkImageContentForPaint(StiPage page, HashMap<String, Object> pageProps) static voidstatic voidstatic voidStiInsertionComponents.insertComponents(StiPage currentPage, StiComponentsCollection comps) static voidStiInsertionComponents.insertComponents(StiPage currentPage, StiComponentsCollection comps, boolean alignToGrid) static voidStiInsertionComponents.insertGroups(StiPage currentPage, StiGroup group) StiGroup.insertIntoPage(StiPage page) static voidStiReportEdit.setWatermarkImageProperty(StiPage page, String propValue)