append

fun append(text: @Nls CharSequence)

Appends text to the end of the buffer.

Parameters

text

the added characters; the run carries no attributes of its own.

See also


fun append(text: @Nls CharSequence, attributes: AttributeSet)

Appends text carrying attributes to the end of the buffer.

Parameters

text

the added characters, as one run.

attributes

the attributes that run carries.

See also