LeadingIndent

data class LeadingIndent(val indent: Float, val firstLineIndent: Float = indent) : StringStyleAttribute.ParagraphStyleAttribute

A ParagraphStyleAttribute that adds an indent to the leading side of the paragraph according to the reading direction

Constructors

Link copied to clipboard
constructor(indent: Float, firstLineIndent: Float = indent)

Properties

Link copied to clipboard

the indent to apply to the first line of the paragraph in points

Link copied to clipboard

the indent in points