Uses of Class
com.stimulsoft.report.crossTab.enums.StiCrossHorAlignment

Packages that use StiCrossHorAlignment
com.stimulsoft.report.crossTab   
com.stimulsoft.report.crossTab.enums   
 

Uses of StiCrossHorAlignment in com.stimulsoft.report.crossTab
 

Methods in com.stimulsoft.report.crossTab that return StiCrossHorAlignment
 StiCrossHorAlignment StiCrossTab.getHorAlignment()
          Gets or sets the horizontal alignment of an Cross-Tab.
 

Methods in com.stimulsoft.report.crossTab with parameters of type StiCrossHorAlignment
 void StiCrossTab.setHorAlignment(StiCrossHorAlignment value)
           
 

Uses of StiCrossHorAlignment in com.stimulsoft.report.crossTab.enums
 

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