Uses of Class
com.stimulsoft.report.components.table.enums.StiTableStyle

Packages that use StiTableStyle
com.stimulsoft.report.components.table   
com.stimulsoft.report.components.table.enums   
 

Uses of StiTableStyle in com.stimulsoft.report.components.table
 

Methods in com.stimulsoft.report.components.table that return StiTableStyle
 StiTableStyle StiTable.getTableStyle()
           
 

Methods in com.stimulsoft.report.components.table with parameters of type StiTableStyle
 void StiTable.setTableStyle(StiTableStyle value)
           
 

Uses of StiTableStyle in com.stimulsoft.report.components.table.enums
 

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