RtfBookmark

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.

Constructors

Link copied to clipboard
constructor(name: String, content: List<RtfInline>)

Properties

Link copied to clipboard
Link copied to clipboard