added possible values for LineRuleType

This commit is contained in:
Graham Charles
2021-09-22 16:54:40 -07:00
parent cbf4f828ab
commit 2140ed63cd

View File

@ -180,12 +180,12 @@ Adding spacing between paragraphs
### ISpacingProperties ### ISpacingProperties
| Property | Type | Notes | | Property | Type | Notes | Possible Values |
| -------- | -------------- | -------- | | -------- | -------------- | -------- | ----------------------------- |
| after | `number` | Optional | | after | `number` | Optional | |
| before | `number` | Optional | | before | `number` | Optional | |
| line | `number` | Optional | | line | `number` | Optional | |
| lineRule | `LineRuleType` | Optional | | lineRule | `LineRuleType` | Optional | `AT_LEAST`, `EXACTLY`, `AUTO` |
**Example:** **Example:**