| headingId |
string |
The heading ID of the paragraph. |
| namedStyleType |
string |
The named style type of the paragraph. |
| alignment |
string |
The text alignment for this paragraph. |
| lineSpacing |
number |
The amount of space between lines as a percentage of normal, where normal is represented as 100.0. |
| direction |
string |
The text direction of this paragraph. |
| spacingMode |
string |
The spacing mode for the paragraph. |
| tabStops |
array |
A list of the tab stops for this paragraph, sorted in ascending order of the tab stop offset. |
| keepLinesTogether |
boolean |
Whether all lines of the paragraph should be laid out on the same page or column if possible. |
| keepWithNext |
boolean |
Whether at least a part of this paragraph should be laid out on the same page or column as the next paragraph if possible. |
| avoidWidowAndOrphan |
boolean |
Whether to avoid widows and orphans for the paragraph. |
| pageBreakBefore |
boolean |
Whether the current paragraph should always start at the beginning of a page. |