Merge pull request #565 from SoapyD/height_branch
table-row height correction
This commit is contained in:
@ -20,8 +20,8 @@ export class TableRowProperties extends IgnoreIfEmptyXmlComponent {
|
||||
return this;
|
||||
}
|
||||
|
||||
public setHeight(height: number, rule: HeightRule): TableRowProperties {
|
||||
this.root.push(new TableRowHeight(height, rule));
|
||||
public setHeight(value: number, rule: HeightRule): TableRowProperties {
|
||||
this.root.push(new TableRowHeight(value, rule));
|
||||
|
||||
return this;
|
||||
}
|
||||
|
Reference in New Issue
Block a user