Files
docx-js/src/file/drawing/graphic/graphic-data/pic/shape-properties/no-fill.ts

8 lines
151 B
TypeScript
Raw Normal View History

2018-01-12 00:12:39 +00:00
import { XmlComponent } from "file/xml-components";
export class NoFill extends XmlComponent {
constructor() {
super("a:noFill");
}
}