Fix tests

This commit is contained in:
Dolan
2018-08-21 19:27:07 +01:00
parent 62306133c8
commit 410080a8a3
3 changed files with 37 additions and 23 deletions

View File

@ -76,6 +76,10 @@ export class Table extends XmlComponent {
this.properties.setFixedWidthLayout();
return this;
}
public get Properties(): TableProperties {
return this.properties;
}
}
export class TableRow extends XmlComponent {