Uses of Enum Class
com.stimulsoft.report.components.table.enums.StiTableAutoWidth
Packages that use StiTableAutoWidth
Package
Description
-
Uses of StiTableAutoWidth in com.stimulsoft.report.components.table
Methods in com.stimulsoft.report.components.table that return StiTableAutoWidthModifier and TypeMethodDescriptionfinal StiTableAutoWidthStiTable.getAutoWidth()Gets or sets which range use table component for adjusting columns width.Methods in com.stimulsoft.report.components.table with parameters of type StiTableAutoWidth -
Uses of StiTableAutoWidth in com.stimulsoft.report.components.table.enums
Methods in com.stimulsoft.report.components.table.enums that return StiTableAutoWidthModifier and TypeMethodDescriptionstatic StiTableAutoWidthStiTableAutoWidth.forValue(int value) static StiTableAutoWidthReturns the enum constant of this class with the specified name.static StiTableAutoWidth[]StiTableAutoWidth.values()Returns an array containing the constants of this enum class, in the order they are declared.