Change docx folder to more appropriate "file" folder
This commit is contained in:
10
src/file/styles/defaults/paragraph-properties.ts
Normal file
10
src/file/styles/defaults/paragraph-properties.ts
Normal file
@ -0,0 +1,10 @@
|
||||
import { ParagraphProperties } from "../../paragraph/properties";
|
||||
import { XmlComponent } from "../../xml-components";
|
||||
|
||||
export class ParagraphPropertiesDefaults extends XmlComponent {
|
||||
|
||||
constructor() {
|
||||
super("w:pPrDefault");
|
||||
this.root.push(new ParagraphProperties());
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user