updated tab stops docs

This commit is contained in:
Graham Charles
2021-07-27 22:16:21 -07:00
parent e1c777738b
commit 2ccf27162e

View File

@ -12,7 +12,7 @@ Simply declare the tab stops on the paragraph, as shown below. Use the tab chara
```ts ```ts
const paragraph = new Paragraph({ const paragraph = new Paragraph({
children: [new TextRun({ text: "Hey everyone", bold: true}, new TextRun("\t11th November 1999")], children: [new TextRun({ text: "Hey everyone", bold: true}), new TextRun("\t11th November 1999")],
tabStops: [ tabStops: [
{ {
type: TabStopType.RIGHT, type: TabStopType.RIGHT,