added working tabing
This commit is contained in:
8
ts/docx/run/tab.ts
Normal file
8
ts/docx/run/tab.ts
Normal file
@ -0,0 +1,8 @@
|
||||
import {XmlComponent} from "../xml-components";
|
||||
|
||||
export class Tab extends XmlComponent {
|
||||
|
||||
constructor() {
|
||||
super("w:tab");
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user