ColumnKind

enum ColumnKind(val value: String) : Enum<ColumnKind>

Specifies the unit in which the tool measures columns.

Constructors

Link copied to clipboard
private fun ColumnKind(value: String)

Entries

Link copied to clipboard
UnicodeCodePoints("unicodeCodePoints")
Link copied to clipboard
Utf16CodeUnits("utf16CodeUnits")

Properties

Link copied to clipboard
val name: String
Link copied to clipboard
val ordinal: Int
Link copied to clipboard
val value: String

Sources

Link copied to clipboard