Uses of Class
com.stimulsoft.webviewer.enums.StiPrintDestination

Packages that use StiPrintDestination
com.stimulsoft.webdesigner   
com.stimulsoft.webviewer   
com.stimulsoft.webviewer.enums   
 

Uses of StiPrintDestination in com.stimulsoft.webdesigner
 

Methods in com.stimulsoft.webdesigner that return StiPrintDestination
 StiPrintDestination StiWebDesignerOptions.PreviewToolbarOptions.getPrintDestination()
          Gets or sets the default mode of the report print destination.
 

Methods in com.stimulsoft.webdesigner with parameters of type StiPrintDestination
 void StiWebDesignerOptions.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 StiPrintDestination
 StiPrintDestination StiWebViewerOptions.getMenuPrintDestination()
          Deprecated. 
 StiPrintDestination StiWebViewerOptions.ToolbarOptions.getPrintDestination()
          The default mode of the report print destination.
 

Methods in com.stimulsoft.webviewer with parameters of type StiPrintDestination
 void StiWebViewerOptions.setMenuPrintDestination(StiPrintDestination menuPrintDestination)
          Deprecated. 
 void StiWebViewerOptions.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 StiPrintDestination
static StiPrintDestination StiPrintDestination.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static StiPrintDestination[] StiPrintDestination.values()
          Returns an array containing the constants of this enum type, in the order they are declared.