Uses of Enum Class
com.stimulsoft.report.components.conditions.StiContentAlignment
Packages that use StiContentAlignment
Package
Description
-
Uses of StiContentAlignment in com.stimulsoft.report.components.conditions
Methods in com.stimulsoft.report.components.conditions that return StiContentAlignmentModifier and TypeMethodDescriptionfinal StiContentAlignmentStiIconSetCondition.getContentAlignment()static StiContentAlignmentReturns the enum constant of this class with the specified name.static StiContentAlignment[]StiContentAlignment.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.stimulsoft.report.components.conditions with parameters of type StiContentAlignmentModifier and TypeMethodDescriptionfinal voidStiIconSetCondition.setContentAlignment(StiContentAlignment value) Constructors in com.stimulsoft.report.components.conditions with parameters of type StiContentAlignmentModifierConstructorDescriptionStiIconSetCondition(String column, StiIconSet iconSet, StiContentAlignment contentAlignment, StiIconSetItem item1, StiIconSetItem item2, StiIconSetItem item3, StiIconSetItem item4, StiIconSetItem item5) -
Uses of StiContentAlignment in com.stimulsoft.report.components.indicators
Methods in com.stimulsoft.report.components.indicators that return StiContentAlignmentModifier and TypeMethodDescriptionfinal StiContentAlignmentStiIconSetIndicator.getAlignment()Gets or sets a icon alignment of indicator.Methods in com.stimulsoft.report.components.indicators with parameters of type StiContentAlignmentModifier and TypeMethodDescriptionfinal voidStiIconSetIndicator.setAlignment(StiContentAlignment value) Constructors in com.stimulsoft.report.components.indicators with parameters of type StiContentAlignmentModifierConstructorDescriptionStiIconSetIndicator(StiIcon icon, StiContentAlignment alignment) Creates a new object of the type StiIconSetIndicator.