Uses of Class
com.stimulsoft.report.components.enums.StiEmptySizeMode

Packages that use StiEmptySizeMode
com.stimulsoft.report.components.bands   
com.stimulsoft.report.components.enums   
 

Uses of StiEmptySizeMode in com.stimulsoft.report.components.bands
 

Methods in com.stimulsoft.report.components.bands that return StiEmptySizeMode
 StiEmptySizeMode StiEmptyBand.getSizeMode()
          This property allows to indicate how to change the size of the last row on a page.
 

Methods in com.stimulsoft.report.components.bands with parameters of type StiEmptySizeMode
 void StiEmptyBand.setSizeMode(StiEmptySizeMode value)
           
 

Uses of StiEmptySizeMode in com.stimulsoft.report.components.enums
 

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