Uses of Enum Class
com.stimulsoft.web.enums.StiWebViewMode
Packages that use StiWebViewMode
Package
Description
-
Uses of StiWebViewMode in com.stimulsoft.web.classes
Fields in com.stimulsoft.web.classes declared as StiWebViewMode -
Uses of StiWebViewMode in com.stimulsoft.web.enums
Methods in com.stimulsoft.web.enums that return StiWebViewModeModifier and TypeMethodDescriptionstatic StiWebViewModeReturns the enum constant of this class with the specified name.static StiWebViewMode[]StiWebViewMode.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of StiWebViewMode in com.stimulsoft.webdesigner
Methods in com.stimulsoft.webdesigner that return StiWebViewModeModifier and TypeMethodDescriptionStiWebDesignerOptions.PreviewToolbarOptions.getViewMode()Gets or sets the mode of showing a report in the preview - Single Page, Continuous or Multiple Pages.Methods in com.stimulsoft.webdesigner with parameters of type StiWebViewModeModifier and TypeMethodDescriptionvoidStiWebDesignerOptions.PreviewToolbarOptions.setViewMode(StiWebViewMode viewMode) Gets or sets the mode of showing a report in the preview - Single Page, Continuous or Multiple Pages. -
Uses of StiWebViewMode in com.stimulsoft.webviewer
Methods in com.stimulsoft.webviewer that return StiWebViewModeModifier and TypeMethodDescriptionprotected StiWebViewModeStiWebViewerOptions.getMenuViewMode()Deprecated.StiWebViewerOptions.getPagesViewMode()Deprecated.StiRequiredOptions.getViewMode()StiWebViewerOptions.ToolbarOptions.getViewMode()The mode of showing a report in the viewer - one page or the whole report.Methods in com.stimulsoft.webviewer with parameters of type StiWebViewModeModifier and TypeMethodDescriptionprotected voidStiWebViewerOptions.setMenuViewMode(StiWebViewMode menuViewMode) Deprecated.voidStiWebViewerOptions.setPagesViewMode(StiWebViewMode menuViewMode) Deprecated.voidStiRequiredOptions.setViewMode(StiWebViewMode viewMode) voidStiWebViewerOptions.ToolbarOptions.setViewMode(StiWebViewMode viewMode) The mode of showing a report in the viewer - one page or the whole report.