Uses of Class
com.stimulsoft.report.export.tools.StiPdfAutoPrintMode

Packages that use StiPdfAutoPrintMode
com.stimulsoft.report.export.settings   
com.stimulsoft.report.export.tools   
com.stimulsoft.report.options   
 

Uses of StiPdfAutoPrintMode in com.stimulsoft.report.export.settings
 

Methods in com.stimulsoft.report.export.settings that return StiPdfAutoPrintMode
 StiPdfAutoPrintMode StiPdfExportSettings.getAutoPrintMode()
          A value indicating AutoPrint mode
 

Methods in com.stimulsoft.report.export.settings with parameters of type StiPdfAutoPrintMode
 void StiPdfExportSettings.setAutoPrintMode(StiPdfAutoPrintMode autoPrintMode)
           
 

Uses of StiPdfAutoPrintMode in com.stimulsoft.report.export.tools
 

Methods in com.stimulsoft.report.export.tools that return StiPdfAutoPrintMode
static StiPdfAutoPrintMode StiPdfAutoPrintMode.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static StiPdfAutoPrintMode[] StiPdfAutoPrintMode.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of StiPdfAutoPrintMode in com.stimulsoft.report.options
 

Methods in com.stimulsoft.report.options that return StiPdfAutoPrintMode
static StiPdfAutoPrintMode ExportOptions.Pdf.getDefaultAutoPrintMode()
          A value indicating default AutoPrint mode.
 

Methods in com.stimulsoft.report.options with parameters of type StiPdfAutoPrintMode
static void ExportOptions.Pdf.setDefaultAutoPrintMode(StiPdfAutoPrintMode defaultAutoPrintMode)