Uses of Enum Class
com.stimulsoft.report.enums.StiViewMode
Packages that use StiViewMode
-
Uses of StiViewMode in com.stimulsoft.report.design
Methods in com.stimulsoft.report.design that return StiViewModeModifier and TypeMethodDescriptionfinal StiViewModeStiDesignerInfo.getViewMode()Gets or sets the view mode of a page.Methods in com.stimulsoft.report.design with parameters of type StiViewMode -
Uses of StiViewMode in com.stimulsoft.report.enums
Methods in com.stimulsoft.report.enums that return StiViewModeModifier and TypeMethodDescriptionstatic StiViewModeStiViewMode.forValue(int value) static StiViewModeReturns the enum constant of this class with the specified name.static StiViewMode[]StiViewMode.values()Returns an array containing the constants of this enum class, in the order they are declared.