added new run methods

This commit is contained in:
Dolan Miu
2016-07-12 08:25:53 +01:00
parent 122c87ddf8
commit ed4f7464e0
6 changed files with 89 additions and 12 deletions

View File

@ -119,15 +119,4 @@ export class Size extends XmlComponent {
val: size
}));
}
}
// TODO needs work. Add more types of vertical align
export class VerticalAlign extends XmlComponent {
constructor() {
super("w:vertAlign");
this.root.push(new Attributes({
val: "superscript"
}));
}
}