APPEND_STYLE Enum Entry

APPEND_STYLE

Include text styling such as bold and italic.

Properties

name

val name: String

ordinal

val ordinal: Int

Functions

or

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

Combines two flags into a set.

Top