fix: header and footer compute position list error
This commit is contained in:
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user