@joefitter/docx
Version:
Generate .docx documents with JavaScript (formerly Office-Clippy)
12 lines (11 loc) • 424 B
TypeScript
import { XmlAttributeComponent } from "../../../../../../../../../file/xml-components";
export interface IPicLocksAttributes {
readonly noChangeAspect?: number;
readonly noChangeArrowheads?: number;
}
export declare class PicLocksAttributes extends XmlAttributeComponent<IPicLocksAttributes> {
protected readonly xmlKeys: {
noChangeAspect: string;
noChangeArrowheads: string;
};
}