add_placeholder method

add_placeholder

Adds a new placeholder if there is no and sets placeholder properties to a specified one.

Returns

New Shape.placeholder.

def add_placeholder(self, placeholder_to_copy_from):
    ...
ParameterTypeDescription
placeholder_to_copy_fromIPlaceholderPlaceholder to copy content from.

See Also