Files
docx-js/build/file/drawing/inline/graphic/graphic-data/pic/shape-properties/shape-properties-attributes.d.ts
2018-04-02 14:37:54 +03:00

10 lines
325 B
TypeScript

import { XmlAttributeComponent } from "../../../../../../../file/xml-components";
export interface IShapePropertiesAttributes {
bwMode?: string;
}
export declare class ShapePropertiesAttributes extends XmlAttributeComponent<IShapePropertiesAttributes> {
protected xmlKeys: {
bwMode: string;
};
}