RtfTextRun

data class RtfTextRun(val text: String, val style: RtfSpanStyle = RtfSpanStyle.Default) : RtfInline(source)

A contiguous run of text sharing a single style.

Constructors

Link copied to clipboard
constructor(text: String, style: RtfSpanStyle = RtfSpanStyle.Default)

Properties

Link copied to clipboard
Link copied to clipboard