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

This commit is contained in:
dolanmiu
2022-07-06 15:37:15 +00:00
parent 8350676eb3
commit 3a2887cded
148 changed files with 922 additions and 922 deletions

View File

@ -121,7 +121,7 @@ Add borders to a `Paragraph`. Good for making the `Paragraph` stand out
| -------- | -------- | -------- |
| color | `string` | Required |
| space | `number` | Required |
| value | `string` | Required |
| style | `string` | Required |
| size | `number` | Required |
**Example:**
@ -135,13 +135,13 @@ const paragraph = new Paragraph({
top: {
color: "auto",
space: 1,
value: "single",
style: "single",
size: 6,
},
bottom: {
color: "auto",
space: 1,
value: "single",
style: "single",
size: 6,
},
},