Add footnote classes
This commit is contained in:
7
src/file/footnotes/footnote/run/seperator.ts
Normal file
7
src/file/footnotes/footnote/run/seperator.ts
Normal file
@ -0,0 +1,7 @@
|
||||
import { XmlComponent } from "file/xml-components";
|
||||
|
||||
export class Seperator extends XmlComponent {
|
||||
constructor() {
|
||||
super("w:separator");
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user