Add header objects and demo

This commit is contained in:
Dolan
2018-01-29 02:56:35 +00:00
parent 079334f71b
commit 8b8c664f0f
9 changed files with 54 additions and 15 deletions

View File

@ -44,7 +44,7 @@ export class File {
}
public createParagraph(text?: string): Paragraph {
return this.document.createParagraph();
return this.document.createParagraph(text);
}
public addTable(table: Table): void {