Fix styles
This commit is contained in:
@ -185,10 +185,12 @@ export class File {
|
|||||||
public createFirstPageHeader(): HeaderWrapper {
|
public createFirstPageHeader(): HeaderWrapper {
|
||||||
const headerWrapper = this.createHeader();
|
const headerWrapper = this.createHeader();
|
||||||
|
|
||||||
this.document.Body.DefaultSection.addChildElement(new HeaderReference({
|
this.document.Body.DefaultSection.addChildElement(
|
||||||
|
new HeaderReference({
|
||||||
headerType: HeaderReferenceType.FIRST,
|
headerType: HeaderReferenceType.FIRST,
|
||||||
headerId: headerWrapper.Header.referenceId,
|
headerId: headerWrapper.Header.referenceId,
|
||||||
}));
|
}),
|
||||||
|
);
|
||||||
|
|
||||||
return headerWrapper;
|
return headerWrapper;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user