added fixedWidthLayout option and method
This commit is contained in:
@ -55,6 +55,11 @@ export class Table extends XmlComponent {
|
||||
this.properties.setWidth(type, width);
|
||||
return this;
|
||||
}
|
||||
|
||||
public fixedWidthLayout(): Table {
|
||||
this.properties.fixedWidthLayout();
|
||||
return this;
|
||||
}
|
||||
}
|
||||
|
||||
class TableRow extends XmlComponent {
|
||||
|
Reference in New Issue
Block a user