added break() stub
This commit is contained in:
@ -26,4 +26,9 @@ export class Run extends XmlComponent {
|
|||||||
this.properties.push(new Underline());
|
this.properties.push(new Underline());
|
||||||
return this;
|
return this;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
break() : Run {
|
||||||
|
// TODO
|
||||||
|
return this;
|
||||||
|
}
|
||||||
}
|
}
|
Reference in New Issue
Block a user