addTable
addTable(float x, float y, double[] columnWidths, double[] rowHeights) function
Creates a new Table and adds it to the end of the collection.
Parameters
Name | Type | Description |
---|---|---|
x | float | The X-coordinate for a left side of shape’s frame. |
y | float | The Y-coordinate for a top side of shape’s frame. |
columnWidths | double[] | Array of doubles which represents widths of columns in the table. |
rowHeights | double[] | Array of doubles which represents heights of rows in the table. |