Merge pull request #1181 from grahampcharles/master

documentation: add possible values for LineRuleType
This commit is contained in:
Dolan
2021-09-23 02:10:03 +01:00
committed by GitHub

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:**