UNPKG

docx

Version:

Easily generate .docx files with JS/TS with a nice declarative API. Works for Node and on the Browser.

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