Improve documentation

This commit is contained in:
Dolan
2019-03-07 01:01:01 +00:00
parent 6d8eea40be
commit 1486d3de56
2 changed files with 22 additions and 4 deletions

View File

@ -86,8 +86,4 @@ export class Table extends XmlComponent {
this.properties.setTableFloatProperties(tableFloatOptions);
return this;
}
public get Properties(): TableProperties {
return this.properties;
}
}