paragraphstyle

.paragraphstyle lineheight:{Number? = null}
letterspacing:{Number? = null}
spacing:{Number? = null}
indent:{Number? = null}
-> Void

Sets the global style of paragraphs in the document. If a value is unset, the default value supplied by the underlying renderer is used.

Parameters

lineheight

height of each line, multiplied by the font size

letterspacing

whitespace between letters, multiplied by the font size

spacing

whitespace between paragraphs, multiplied by the font size

indent

whitespace at the start of each paragraph, multiplied by the font size. LaTeX's policy is used: indenting the first line of paragraphs, except the first one and aligned ones

Wiki page

Paragraph style