Package-level declarations

Types

Link copied to clipboard
data class ParagraphStyleInfo(var lineHeight: Double? = null, var letterSpacing: Double? = null, var spacing: Double? = null, var indent: Double? = null)

Mutable 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.