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):
    ...
ParameterTypeDescription
xfloatThe X coordinate of the new placeholder shape.
yfloatThe Y coordinate of the new placeholder shape.
widthfloatThe width of the new placeholder shape.
heightfloatThe height of the new placeholder shape.

See Also