ParagraphStyleInfo
data class ParagraphStyleInfo(val lineHeight: Double? = null, val letterSpacing: Double? = null, val spacing: Double? = null, val indent: Double? = null)
Immutable information about the style of paragraphs in a document. When any of the fields is null
, 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, following LaTeX's policy, multiplied by the font size