Package-level declarations

Types

Link copied to clipboard
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.

Functions

Link copied to clipboard