diff --git a/ts/docx/run/index.ts b/ts/docx/run/index.ts index a1e1c2aaa2..f3866a11fa 100644 --- a/ts/docx/run/index.ts +++ b/ts/docx/run/index.ts @@ -26,4 +26,9 @@ export class Run extends XmlComponent { this.properties.push(new Underline()); return this; } + + break() : Run { + // TODO + return this; + } } \ No newline at end of file