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
/
RtfBookmark
Rtf
Bookmark
data
class
RtfBookmark
(
val
name
:
String
,
val
content
:
List
<
RtfInline
>
)
:
RtfInline
(
source
)
A named bookmark wrapping
content
, the jump target for a
RtfHyperlinkKind.Bookmark
link.
Members
Constructors
Rtf
Bookmark
Link copied to clipboard
constructor
(
name
:
String
,
content
:
List
<
RtfInline
>
)
Properties
content
Link copied to clipboard
val
content
:
List
<
RtfInline
>
name
Link copied to clipboard
val
name
:
String