alignment property
The alignment of this tab stop.
If unset, the value defaults to START. Possible string values are:
- "TAB_STOP_ALIGNMENT_UNSPECIFIED" : The tab stop alignment is unspecified.
- "START" : The tab stop is aligned to the start of the line. This is the default.
- "CENTER" : The tab stop is aligned to the center of the line.
- "END" : The tab stop is aligned to the end of the line.
Implementation
core.String? alignment;