UNPKG

docx

Version:

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

9 lines (7 loc) 220 B
// http://officeopenxml.com/drwPicFloating-textWrap.php import { XmlComponent } from "file/xml-components"; export class WrapNone extends XmlComponent { constructor() { super("wp:wrapNone"); } }