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

NameTypeDescription
xfloatThe X-coordinate for a left side of shape’s frame.
yfloatThe Y-coordinate for a top side of shape’s frame.
columnWidthsdouble[]Array of doubles which represents widths of columns in the table.
rowHeightsdouble[]Array of doubles which represents heights of rows in the table.

Result

Table