Uses of Class
com.stimulsoft.report.styles.enums.StiStyleCode

Packages that use StiStyleCode
com.stimulsoft.report.styles   
com.stimulsoft.report.styles.enums   
 

Uses of StiStyleCode in com.stimulsoft.report.styles
 

Methods in com.stimulsoft.report.styles that return StiStyleCode
 StiStyleCode StiStyle.getStyleCode()
          Gets or sets a value which indicates on which band in a report this style can be apply when applying style automatically.
 

Methods in com.stimulsoft.report.styles with parameters of type StiStyleCode
 void StiStyle.setStyleCode(StiStyleCode value)
           
 

Uses of StiStyleCode in com.stimulsoft.report.styles.enums
 

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