add_table_placeholder method
add_table_placeholder
Adds a new placeholder shape to the layout slide to hold a table.
Returns
Created IAutoShape
with a Table placeholder.
def add_table_placeholder(self, x, y, width, height):
...
Parameter | Type | Description |
---|---|---|
x | float | The X coordinate of the new placeholder shape. |
y | float | The Y coordinate of the new placeholder shape. |
width | float | The width of the new placeholder shape. |
height | float | The height of the new placeholder shape. |
See Also
- class
IAutoShape
- class
ILayoutPlaceholderManager
- module
aspose.slides
- library
Aspose.Slides