DEMO: 75-tab-stops.ts added missing \t
This commit is contained in:
@ -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
|
||||||
})
|
})
|
||||||
],
|
],
|
||||||
|
Reference in New Issue
Block a user