added possible values for LineRuleType
This commit is contained in:
@ -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:**
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user