fix: header and footer compute position list error

pr675
Hufe921 3 years ago
parent e53c0c5d3b
commit 3b66b26c85

@ -72,6 +72,7 @@ export class Footer {
positionList: this.positionList, positionList: this.positionList,
rowList: this.rowList, rowList: this.rowList,
pageNo: 0, pageNo: 0,
startRowIndex: 0,
startIndex: 0, startIndex: 0,
startX, startX,
startY, startY,

@ -69,6 +69,7 @@ export class Header {
positionList: this.positionList, positionList: this.positionList,
rowList: this.rowList, rowList: this.rowList,
pageNo: 0, pageNo: 0,
startRowIndex: 0,
startIndex: 0, startIndex: 0,
startX, startX,
startY, startY,

Loading…
Cancel
Save