added working tabing

This commit is contained in:
Dolan Miu
2016-06-10 15:03:44 +01:00
parent a2284df881
commit efce7731e6
4 changed files with 13 additions and 3 deletions

8
ts/docx/run/tab.ts Normal file
View File

@ -0,0 +1,8 @@
import {XmlComponent} from "../xml-components";
export class Tab extends XmlComponent {
constructor() {
super("w:tab");
}
}