wrote lots of tests
This commit is contained in:
@ -5,7 +5,7 @@ abstract class VerticalAlign extends XmlComponent {
|
||||
constructor(type: string) {
|
||||
super("w:vertAlign");
|
||||
this.root.push(new Attributes({
|
||||
val: "superscript"
|
||||
val: type
|
||||
}));
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user