added more files to drawing
This commit is contained in:
8
ts/docx/run/run-components/drawing/inline.ts
Normal file
8
ts/docx/run/run-components/drawing/inline.ts
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
import { XmlComponent } from "../../../xml-components";
|
||||||
|
|
||||||
|
export class Inline extends XmlComponent {
|
||||||
|
|
||||||
|
constructor() {
|
||||||
|
super("w:drawing");
|
||||||
|
}
|
||||||
|
}
|
Reference in New Issue
Block a user