docx
Version:
Easily generate .docx files with JS/TS with a nice declarative API. Works for Node and on the Browser.
11 lines (10 loc) • 323 B
TypeScript
import { XmlAttributeComponent } from "../../../../file/xml-components";
export declare class GraphicFrameLockAttributes extends XmlAttributeComponent<{
readonly xmlns?: string;
readonly noChangeAspect?: number;
}> {
protected readonly xmlKeys: {
xmlns: string;
noChangeAspect: string;
};
}