UNPKG

docx

Version:

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

14 lines (11 loc) 273 B
import { XmlComponent } from "file/xml-components"; export class KeepLines extends XmlComponent { constructor() { super("w:keepLines"); } } export class KeepNext extends XmlComponent { constructor() { super("w:keepNext"); } }