NumberingFixedSymbol

data class NumberingFixedSymbol(val value: Char) : NumberingSymbol

A NumberingSymbol that represents a fixed character in a numbering format, such as the dots ., in the format 1.A.a.

Parameters

value

fixed character to be used

Constructors

Link copied to clipboard
constructor(value: Char)

Properties

Link copied to clipboard
val value: Char