This commit is contained in:
Dolan
2017-03-09 23:32:52 +00:00
parent 18bba1870e
commit 11bbb5e285
5 changed files with 7 additions and 5 deletions

View File

@ -10,7 +10,7 @@ class TabStop extends XmlComponent {
class Tab extends XmlComponent {
constructor(value: string, position: any) {
constructor(value: string, position: string | number) {
super("w:tab");
this.root.push(new Attributes({
val: value,