Re-name variables (#2486)

This commit is contained in:
Dolan
2023-12-29 23:52:43 +00:00
committed by GitHub
parent ce0e9936c3
commit fa401297da
3 changed files with 16 additions and 7 deletions

View File

@ -27,7 +27,7 @@ export class NumberOfPagesSection extends XmlComponent {
}
}
export class CurrentPageInSection extends XmlComponent {
export class CurrentSection extends XmlComponent {
public constructor() {
super("w:instrText");
this.root.push(new TextAttributes({ space: SpaceType.PRESERVE }));