TextBlockStyleInfo

class TextBlockStyleInfo(val alignment: Alignment, val lineSpacingFactor: Numeric?, val rotation: Numeric, val flipY: Boolean)

Contains style properties that affect the whole text block during content editing.

Constructors

Link copied to clipboard
constructor(alignment: Alignment, lineSpacingFactor: Numeric?, rotation: Numeric, flipY: Boolean)

Properties

Link copied to clipboard

The text alignment within the block (left, center, right, or justify).

Link copied to clipboard

Whether the text block is vertically flipped.

Link copied to clipboard

The line spacing multiplier, or null if using default spacing.

Link copied to clipboard

The rotation angle of the text block in degrees.