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

Packages that use StiAnchorMode
com.stimulsoft.report.components   
com.stimulsoft.report.components.enums   
 

Uses of StiAnchorMode in com.stimulsoft.report.components
 

Methods in com.stimulsoft.report.components that return types with arguments of type StiAnchorMode
 StiEnumSet<StiAnchorMode> StiComponent.getAnchor()
           
 

Method parameters in com.stimulsoft.report.components with type arguments of type StiAnchorMode
 void StiComponent.setAnchor(StiEnumSet<StiAnchorMode> anchor)
           
 

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

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