Uses of Enum Class
com.stimulsoft.webviewer.enums.StiPrintDestination
Packages that use StiPrintDestination
Package
Description
-
Uses of StiPrintDestination in com.stimulsoft.webdesigner
Methods in com.stimulsoft.webdesigner that return StiPrintDestinationModifier and TypeMethodDescriptionStiWebDesignerOptions.PreviewToolbarOptions.getPrintDestination()Gets or sets the default mode of the report print destination.Methods in com.stimulsoft.webdesigner with parameters of type StiPrintDestinationModifier and TypeMethodDescriptionvoidStiWebDesignerOptions.PreviewToolbarOptions.setPrintDestination(StiPrintDestination printDestination) Gets or sets the default mode of the report print destination. -
Uses of StiPrintDestination in com.stimulsoft.webviewer
Methods in com.stimulsoft.webviewer that return StiPrintDestinationModifier and TypeMethodDescriptionStiWebViewerOptions.getMenuPrintDestination()Deprecated.StiWebViewerOptions.ToolbarOptions.getPrintDestination()The default mode of the report print destination.Methods in com.stimulsoft.webviewer with parameters of type StiPrintDestinationModifier and TypeMethodDescriptionvoidStiWebViewerOptions.setMenuPrintDestination(StiPrintDestination menuPrintDestination) Deprecated.voidStiWebViewerOptions.ToolbarOptions.setPrintDestination(StiPrintDestination printDestination) The default mode of the report print destination. -
Uses of StiPrintDestination in com.stimulsoft.webviewer.enums
Methods in com.stimulsoft.webviewer.enums that return StiPrintDestinationModifier and TypeMethodDescriptionstatic StiPrintDestinationReturns the enum constant of this class with the specified name.static StiPrintDestination[]StiPrintDestination.values()Returns an array containing the constants of this enum class, in the order they are declared.