Formatted

class Formatted(formattedSections: FormattedSection)

Represents a string broken into sections annotated with separate formatting options.

See also

Constructors

Link copied to clipboard
constructor(vararg formattedSections: FormattedSection)

Properties

Link copied to clipboard

Returns sections with separate formatting options that are a part of this formatted text.

Functions

Link copied to clipboard
open operator override fun equals(o: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
fun toArray(): Array<Any?>
Link copied to clipboard
open override fun toString(): String