Add horizontal rule to border example

This commit is contained in:
Dolan Miu
2023-03-19 15:47:45 +00:00
parent 7f16cfc359
commit 714dbc0179

View File

@ -25,6 +25,17 @@ const doc = new Document({
},
},
}),
new Paragraph({
text: "",
border: {
top: {
color: "auto",
space: 1,
style: BorderStyle.SINGLE,
size: 6,
},
},
}),
new Paragraph({
children: [
new TextRun({