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