Clean up API
This commit is contained in:
@ -12,7 +12,7 @@ export class TableProperties extends XmlComponent {
|
||||
return this;
|
||||
}
|
||||
|
||||
public fixedWidthLayout(): TableProperties {
|
||||
public setFixedWidthLayout(): TableProperties {
|
||||
this.root.push(new TableLayout("fixed"));
|
||||
return this;
|
||||
}
|
||||
|
Reference in New Issue
Block a user