Skip to content

Commit

Permalink
fix table of contents newpage
Browse files Browse the repository at this point in the history
  • Loading branch information
kac89 committed Aug 16, 2024
1 parent 830b601 commit 47e6aa7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/app/report/report.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2463,7 +2463,10 @@ Date | Description
alignment: AlignmentType.CENTER,
shading: { fill: 'FF0039', color: 'FFFFFF' }
}),

new Paragraph({
text: "",
pageBreakBefore: true,
}),
new TableOfContents("Summary", {
hyperlink: true,
headingStyleRange: "1-5",
Expand Down

0 comments on commit 47e6aa7

Please sign in to comment.