added new run methods
This commit is contained in:
@ -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"
|
||||
}));
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user