NL_AFTER_TEXT_BLOCKS Enum Entry

NL_AFTER_TEXT_BLOCKS

Start a new line after each block of text.

Properties

name

val name: String

ordinal

val ordinal: Int

Functions

or

infix fun or(other: ScanReader.Flag): EnumSet<ScanReader.Flag>

Combines two flags into a set.

Top