added stdPr and stdContent to table of contents
This commit is contained in:
9
src/file/table-of-contents/std-properties.ts
Normal file
9
src/file/table-of-contents/std-properties.ts
Normal file
@ -0,0 +1,9 @@
|
||||
import { XmlComponent } from "file/xml-components";
|
||||
import { Alias } from "./alias";
|
||||
|
||||
export class StdProperties extends XmlComponent {
|
||||
constructor(alias: string) {
|
||||
super("w:stdPr");
|
||||
this.root.push(new Alias(alias));
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user