add_vertical_text_placeholder method

add_vertical_text_placeholder

Adds a new placeholder shape to the layout slide to hold text content in a vertical direction.

Returns

Created IAutoShape with a Text (Vertical) placeholder.

def add_vertical_text_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.

Examples

The following example shows how to add the Text (Vertical) placeholder shape to the layout slide.

See Also