Uses of Class
com.stimulsoft.report.export.tools.html.StiHtmlExportQuality

Packages that use StiHtmlExportQuality
com.stimulsoft.report.export.service   
com.stimulsoft.report.export.settings   
com.stimulsoft.report.export.tools.html   
 

Uses of StiHtmlExportQuality in com.stimulsoft.report.export.service
 

Methods in com.stimulsoft.report.export.service that return StiHtmlExportQuality
 StiHtmlExportQuality StiHtmlExportService.getExportQuality()
           
 

Methods in com.stimulsoft.report.export.service with parameters of type StiHtmlExportQuality
 void StiHtmlExportService.setExportQuality(StiHtmlExportQuality exportQuality)
           
 

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

Methods in com.stimulsoft.report.export.settings that return StiHtmlExportQuality
 StiHtmlExportQuality StiHtmlExportSettings.getExportQuality()
          Gets quality of html file.
 

Methods in com.stimulsoft.report.export.settings with parameters of type StiHtmlExportQuality
 void StiHtmlExportSettings.setExportQuality(StiHtmlExportQuality exportQuality)
          Sets quality of html file.
 

Uses of StiHtmlExportQuality in com.stimulsoft.report.export.tools.html
 

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