Make Paragraph declaritive
This commit is contained in:
@ -4,6 +4,6 @@ import { XmlComponent } from "file/xml-components";
|
||||
export class ParagraphPropertiesDefaults extends XmlComponent {
|
||||
constructor() {
|
||||
super("w:pPrDefault");
|
||||
this.root.push(new ParagraphProperties());
|
||||
this.root.push(new ParagraphProperties({}));
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user