insertTable

insertTable(int index, float x, float y, double[] columnWidths, double[] rowHeights) method

Creates a new Table and inserts it to the collection at the specified index.

Parameters

NameTypeDescription
indexintThe zero-based index at which value should be inserted.
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.

Returns

Table