alignment property

String? alignment
getter/setter pair

The text alignment for this paragraph. Possible string values are:

  • "ALIGNMENT_UNSPECIFIED" : The paragraph alignment is inherited from the parent.
  • "START" : The paragraph is aligned to the start of the line. Left-aligned for LTR text, right-aligned otherwise.
  • "CENTER" : The paragraph is centered.
  • "END" : The paragraph is aligned to the end of the line. Right-aligned for LTR text, left-aligned otherwise.
  • "JUSTIFIED" : The paragraph is justified.

Implementation

core.String? alignment;