RtfParagraphStyle
constructor(alignment: RtfAlignment = RtfAlignment.Left, spaceBeforeTwips: Int = 0, spaceAfterTwips: Int = 0, firstLineIndentTwips: Int = 0, leftIndentTwips: Int = 0, keepWithNext: Boolean = false, bottomBorder: RtfBorder? = null)(source)
Parameters
spaceBeforeTwips
\sbN space above the paragraph.
spaceAfterTwips
\saN space below the paragraph.
firstLineIndentTwips
\fiN first-line indent (negative hangs).
leftIndentTwips
\liN left indent for the whole paragraph.
keepWithNext
\keepn — keep this paragraph on the same page as the next.
bottomBorder
a rule drawn below the paragraph; an empty paragraph with one renders a \hr.