Uses of Class
com.stimulsoft.report.components.StiTextFormatState

Packages that use StiTextFormatState
com.stimulsoft.report.components   
com.stimulsoft.report.components.textFormats   
 

Uses of StiTextFormatState in com.stimulsoft.report.components
 

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

Uses of StiTextFormatState in com.stimulsoft.report.components.textFormats
 

Methods in com.stimulsoft.report.components.textFormats that return types with arguments of type StiTextFormatState
 StiEnumSet<StiTextFormatState> StiFormatService.getState()
           
 

Method parameters in com.stimulsoft.report.components.textFormats with type arguments of type StiTextFormatState
 void StiFormatService.setState(StiEnumSet<StiTextFormatState> state)