UNPKG

docx

Version:

Generate .docx documents with JavaScript (formerly Office-Clippy)

12 lines (11 loc) 383 B
import { XmlAttributeComponent } from "../../../../../file/xml-components"; export interface IGraphicFrameLockAttributes { xmlns?: string; noChangeAspect?: number; } export declare class GraphicFrameLockAttributes extends XmlAttributeComponent<IGraphicFrameLockAttributes> { protected xmlKeys: { xmlns: string; noChangeAspect: string; }; }