OutputTransformationAnnotationScope


Summary

Public functions

Unit
addAnnotation(annotation: AnnotatedString.Annotation, start: Int, end: Int)

Adds the given annotation to the text range between start (inclusive) and end (exclusive).

Cmn

Public properties

CharSequence

The text content of the buffer after OutputTransformation.transformOutput is called.

Cmn

Public functions

addAnnotation

fun addAnnotation(annotation: AnnotatedString.Annotation, start: Int, end: Int): Unit

Adds the given annotation to the text range between start (inclusive) and end (exclusive).

Public properties

text

val textCharSequence

The text content of the buffer after OutputTransformation.transformOutput is called.