ParagraphStyleAttribute
A StringStyleAttribute that is applied to an entire paragraph
Inheritors
Types
Link copied to clipboard
data class Alignment(val alignment: KalugaTextAlignment) : StringStyleAttribute.ParagraphStyleAttribute
A ParagraphStyleAttribute that aligns the paragraph according to a KalugaTextAlignment
Link copied to clipboard
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
Link copied to clipboard
data class LineSpacing(val spacing: Float, val paragraphSpacing: Float = 0.0f, val paragraphSpacingBefore: Float = 0.0f) : StringStyleAttribute.ParagraphStyleAttribute
A ParagraphStyleAttribute that adds spacing between the lines