add_table method
add_table
Creates a new Table and adds it to the end of the collection.
Returns
Created Table object.
def add_table(self, x, y, column_widths, row_heights):
...
Parameter | 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. |
column_widths | List[float] | Array of doubles which represents widths of columns in the table. |
row_heights | List[float] | Array of doubles which represents heights of rows in the table. |
See Also
- class
IShapeCollection
- class
ITable
- module
aspose.slides
- library
Aspose.Slides