clean up
This commit is contained in:
@ -127,7 +127,7 @@ export class Attributes extends XmlAttributeComponent {
|
|||||||
export class Text extends XmlUnitComponent {
|
export class Text extends XmlUnitComponent {
|
||||||
|
|
||||||
constructor(text: string) {
|
constructor(text: string) {
|
||||||
super("w:t"); //need special xml component
|
super("w:t");
|
||||||
this.root = text;
|
this.root = text;
|
||||||
}
|
}
|
||||||
}
|
}
|
Reference in New Issue
Block a user