Uses of Enum Class
com.stimulsoft.report.components.enums.StiColumnDirection
Packages that use StiColumnDirection
Package
Description
-
Uses of StiColumnDirection in com.stimulsoft.report.components.bands
Methods in com.stimulsoft.report.components.bands that return StiColumnDirectionModifier and TypeMethodDescriptionStiDataBand.getColumnDirection()Gets or sets direction of the rendeting columns.StiTableOfContents.getColumnDirection()Methods in com.stimulsoft.report.components.bands with parameters of type StiColumnDirectionModifier and TypeMethodDescriptionvoidStiDataBand.setColumnDirection(StiColumnDirection value) voidStiTableOfContents.setColumnDirection(StiColumnDirection value) -
Uses of StiColumnDirection in com.stimulsoft.report.components.crossBands
Methods in com.stimulsoft.report.components.crossBands that return StiColumnDirectionMethods in com.stimulsoft.report.components.crossBands with parameters of type StiColumnDirectionModifier and TypeMethodDescriptionvoidStiCrossDataBand.setColumnDirection(StiColumnDirection value) -
Uses of StiColumnDirection in com.stimulsoft.report.components.enums
Methods in com.stimulsoft.report.components.enums that return StiColumnDirectionModifier and TypeMethodDescriptionstatic StiColumnDirectionStiColumnDirection.forValue(int value) static StiColumnDirectionReturns the enum constant of this class with the specified name.static StiColumnDirection[]StiColumnDirection.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of StiColumnDirection in com.stimulsoft.report.components.table
Methods in com.stimulsoft.report.components.table that return StiColumnDirection -
Uses of StiColumnDirection in com.stimulsoft.report.engine.engineV2
Fields in com.stimulsoft.report.engine.engineV2 declared as StiColumnDirection