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

Packages that use StiAligning
com.stimulsoft.report.components.complexcomponents   
com.stimulsoft.report.components.enums   
 

Uses of StiAligning in com.stimulsoft.report.components.complexcomponents
 

Methods in com.stimulsoft.report.components.complexcomponents with parameters of type StiAligning
 void StiContainer.AlignTo(StiAligning aligning)
          Aligns, in the rectangle of selected objects, all selected objects.
 

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

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