// http://officeopenxml.com/WPtextSpecialContent-break.php import { XmlComponent } from "@file/xml-components"; // // ... // // // // // // // // // // // // // // // // // // // // export class Break extends XmlComponent { public constructor() { super("w:br"); } }