Fix referenceId +1 error and spelling mistakes

Add demo
This commit is contained in:
Dolan
2018-01-30 01:16:48 +00:00
parent 989446ef36
commit c873abfe18
12 changed files with 46 additions and 21 deletions

View File

@ -38,8 +38,8 @@ export class File {
this.numbering = new Numbering();
this.relationships = new Relationships();
this.media = new Media();
this.header = new Header();
this.footer = new Footer();
this.header = new Header(this.media, this.relationships);
this.footer = new Footer(this.media, this.relationships);
}
public addParagraph(paragraph: Paragraph): void {