UNPKG

@joefitter/docx

Version:

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

9 lines (7 loc) 207 B
// http://officeopenxml.com/drwSp-prstGeom.php import { XmlComponent } from "file/xml-components"; export class AdjustmentValues extends XmlComponent { constructor() { super("a:avLst"); } }