DEMO: 75-tab-stops.ts added missing \t

This commit is contained in:
Ronit Ramdam BK
2022-10-17 14:56:12 +05:45
parent c75abb7cb9
commit 6a303532f4

View File

@ -70,7 +70,7 @@ const doc = new Document({
tabStops: reciptTabStops, tabStops: reciptTabStops,
children: [ children: [
new TextRun({ new TextRun({
text: "\t\tTotal: 200", text: "\t\t\tTotal: 200",
bold: true bold: true
}) })
], ],