Add header objects and demo
This commit is contained in:
@ -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 {
|
||||
|
Reference in New Issue
Block a user