Uses of Enum Class
com.stimulsoft.report.crossTab.enums.StiCrossHorAlignment
Packages that use StiCrossHorAlignment
-
Uses of StiCrossHorAlignment in com.stimulsoft.report.crossTab
Methods in com.stimulsoft.report.crossTab that return StiCrossHorAlignmentModifier and TypeMethodDescriptionfinal StiCrossHorAlignmentStiCrossTab.getHorAlignment()Gets or sets the horizontal alignment of an Cross-Tab.Methods in com.stimulsoft.report.crossTab with parameters of type StiCrossHorAlignmentModifier and TypeMethodDescriptionfinal voidStiCrossTab.setHorAlignment(StiCrossHorAlignment value) -
Uses of StiCrossHorAlignment in com.stimulsoft.report.crossTab.enums
Methods in com.stimulsoft.report.crossTab.enums that return StiCrossHorAlignmentModifier and TypeMethodDescriptionstatic StiCrossHorAlignmentStiCrossHorAlignment.forValue(int value) static StiCrossHorAlignmentReturns the enum constant of this class with the specified name.static StiCrossHorAlignment[]StiCrossHorAlignment.values()Returns an array containing the constants of this enum class, in the order they are declared.