Deploying to gh-pages from @ dolanmiu/docx@ef28ba1866 🚀

This commit is contained in:
dolanmiu
2021-09-30 02:17:43 +00:00
parent 3a5966a27c
commit 492d184feb
587 changed files with 3177 additions and 76336 deletions

View File

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