RtfParagraph

data class RtfParagraph(val content: List<RtfInline>, val style: RtfParagraphStyle = RtfParagraphStyle.Default) : RtfBlock(source)

A paragraph: styled inline content plus paragraph-level formatting.

Constructors

Link copied to clipboard
constructor(content: List<RtfInline>, style: RtfParagraphStyle = RtfParagraphStyle.Default)

Properties

Link copied to clipboard
Link copied to clipboard