Add underline none

Add space options for Text
This commit is contained in:
Dolan
2022-12-06 22:04:30 +00:00
parent 62b4522c94
commit 1592aa7117
4 changed files with 58 additions and 5 deletions

View File

@ -222,6 +222,15 @@ const doc = new Document({
new TextRun({
text: "Underline and Strike",
}),
new TextRun({
text: " Override Underline ",
underline: {
type: UnderlineType.NONE,
},
}),
new TextRun({
text: "Strike and Underline",
}),
],
}),
new Paragraph({