Uses of Enum Class
com.stimulsoft.report.styles.enums.StiStyleCode
Packages that use StiStyleCode
-
Uses of StiStyleCode in com.stimulsoft.report.styles
Methods in com.stimulsoft.report.styles that return StiStyleCodeModifier and TypeMethodDescriptionfinal StiStyleCodeStiStyle.getStyleCode()Gets or sets a value which indicates on which band in a report this style can be apply when applying style automatically.Methods in com.stimulsoft.report.styles with parameters of type StiStyleCode -
Uses of StiStyleCode in com.stimulsoft.report.styles.enums
Methods in com.stimulsoft.report.styles.enums that return StiStyleCodeModifier and TypeMethodDescriptionstatic StiStyleCodeStiStyleCode.forValue(int value) static StiStyleCodeReturns the enum constant of this class with the specified name.static StiStyleCode[]StiStyleCode.values()Returns an array containing the constants of this enum class, in the order they are declared.