Uses of Enum Class
com.stimulsoft.report.styles.enums.StiStyleLocation
Packages that use StiStyleLocation
Package
Description
-
Uses of StiStyleLocation in com.stimulsoft.report.styles.conditions
Methods in com.stimulsoft.report.styles.conditions that return types with arguments of type StiStyleLocationModifier and TypeMethodDescriptionfinal StiEnumSet<StiStyleLocation> StiStyleCondition.getLocation()Gets or sets variant of component location on parent component area.Method parameters in com.stimulsoft.report.styles.conditions with type arguments of type StiStyleLocationModifier and TypeMethodDescriptionfinal voidStiStyleCondition.setLocation(StiEnumSet<StiStyleLocation> value) -
Uses of StiStyleLocation in com.stimulsoft.report.styles.conditions.elements
Methods in com.stimulsoft.report.styles.conditions.elements that return types with arguments of type StiStyleLocationModifier and TypeMethodDescriptionStiStyleConditionLocationElement.getLocation()Gets or sets variant of component location on parent component area.Method parameters in com.stimulsoft.report.styles.conditions.elements with type arguments of type StiStyleLocationModifier and TypeMethodDescriptionvoidStiStyleConditionLocationElement.setLocation(StiEnumSet<StiStyleLocation> location) Constructor parameters in com.stimulsoft.report.styles.conditions.elements with type arguments of type StiStyleLocationModifierConstructorDescriptionStiStyleConditionLocationElement(StiEnumSet<StiStyleLocation> location, StiStyleConditionOperation operationLocation) -
Uses of StiStyleLocation in com.stimulsoft.report.styles.enums
Methods in com.stimulsoft.report.styles.enums that return StiStyleLocationModifier and TypeMethodDescriptionstatic StiStyleLocationStiStyleLocation.forValue(int value) static StiStyleLocationReturns the enum constant of this class with the specified name.static StiStyleLocation[]StiStyleLocation.values()Returns an array containing the constants of this enum class, in the order they are declared.