added the remaining classes required
This commit is contained in:
@ -1,8 +1,13 @@
|
||||
import { XmlComponent } from "../../../xml-components";
|
||||
import { Inline } from "./inline";
|
||||
|
||||
export class Drawing extends XmlComponent {
|
||||
|
||||
constructor(imagePath: string) {
|
||||
super("w:drawing");
|
||||
|
||||
// store in the document, then get Id
|
||||
|
||||
this.root.push(new Inline(5));
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user