RtfParserKmp
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
RtfParserKmp
rtf-core
/
com.darkrockstudios.libs.rtfparserkmp.model
/
TextRun
Text
Run
data
class
TextRun
(
val
text
:
String
,
val
style
:
CharacterStyle
=
CharacterStyle.PLAIN
)
(
source
)
A contiguous run of
text
sharing a single
CharacterStyle
.
Members
Constructors
Text
Run
Link copied to clipboard
constructor
(
text
:
String
,
style
:
CharacterStyle
=
CharacterStyle.PLAIN
)
Properties
style
Link copied to clipboard
val
style
:
CharacterStyle
text
Link copied to clipboard
val
text
:
String