added emphasis to run

This commit is contained in:
Dolan Miu
2016-03-30 04:30:58 +01:00
parent b81c3875a3
commit f7803b3156
3 changed files with 43 additions and 1 deletions

View File

@ -6,4 +6,8 @@ export class RunProperties {
constructor() {
this.rPr = new Array<XmlComponent>();
}
push(item: XmlComponent) {
this.rPr.push(item);
}
}