lots of tslinting
This commit is contained in:
@ -1,12 +1,12 @@
|
||||
import { Run } from "../run";
|
||||
import { Attributes, XmlComponent } from "../xml-components";
|
||||
import {Run} from "../run";
|
||||
|
||||
class Break extends XmlComponent {
|
||||
|
||||
constructor() {
|
||||
super("w:br");
|
||||
this.root.push(new Attributes({
|
||||
type: "page"
|
||||
type: "page",
|
||||
}));
|
||||
}
|
||||
}
|
||||
@ -17,4 +17,4 @@ export class PageBreak extends Run {
|
||||
super();
|
||||
this.root.push(new Break());
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user