spacingMode property
The spacing mode for the paragraph. Possible string values are:
- "SPACING_MODE_UNSPECIFIED" : The spacing mode is inherited from the parent.
- "NEVER_COLLAPSE" : Paragraph spacing is always rendered.
- "COLLAPSE_LISTS" : Paragraph spacing is skipped between list elements.
Implementation
core.String? spacingMode;