Files
docx-js/src/file/drawing/inline/graphic/graphic-data/pic/shape-properties/no-fill.ts
2018-01-23 01:33:12 +00:00

8 lines
151 B
TypeScript

import { XmlComponent } from "file/xml-components";
export class NoFill extends XmlComponent {
constructor() {
super("a:noFill");
}
}