Uses of Class
com.stimulsoft.report.enums.StiViewMode

Packages that use StiViewMode
com.stimulsoft.report.design   
com.stimulsoft.report.enums   
 

Uses of StiViewMode in com.stimulsoft.report.design
 

Methods in com.stimulsoft.report.design that return StiViewMode
 StiViewMode StiDesignerInfo.getViewMode()
          Gets or sets the view mode of a page.
 

Methods in com.stimulsoft.report.design with parameters of type StiViewMode
 void StiDesignerInfo.setViewMode(StiViewMode value)
           
 

Uses of StiViewMode in com.stimulsoft.report.enums
 

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