class FormattedText : JniNativeHandleOwner
An expression representing formatted text. Supports mixed format.
fun dispose(): Unit |
|
fun finalize(): Unit |
|
static fun format(formattedTextSections: MutableList<FormattedTextSection!>!): FormattedText!
Creates a formatted text consisting of provided sections. |
|
fun getFormattedTextSections(): MutableList<FormattedTextSection!>!
Returns a list of formatted text sections. Each section can use a different format. |
|
fun getNativeHandle(): Long |