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

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

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

Methods in com.stimulsoft.report.components.table that return StiTableAutoWidth
 StiTableAutoWidth StiTable.getAutoWidth()
          Gets or sets which range use table component for adjusting columns width.
 

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

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

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