LayoutPlaceholderManager class

LayoutPlaceholderManager class

Represents manager that allows you to add placeholders to the layout slide.

The LayoutPlaceholderManager type exposes the following members:

Methods

MethodDescription
add_content_placeholder(self, x, y, width, height)Adds a new placeholder shape to the layout slide to hold content, such as a picture, table, media or text.
add_vertical_content_placeholder(self, x, y, width, height)Adds a new placeholder shape to the layout slide to hold content, such as a picture, table, media
or text in a vertical direction.
add_text_placeholder(self, x, y, width, height)Adds a new placeholder shape to the layout slide to hold text content.
add_vertical_text_placeholder(self, x, y, width, height)Adds a new placeholder shape to the layout slide to hold text content in a vertical direction.
add_picture_placeholder(self, x, y, width, height)Adds a new placeholder shape to the layout slide to hold a picture.
add_chart_placeholder(self, x, y, width, height)Adds a new placeholder shape to the layout slide to hold a chart.
add_table_placeholder(self, x, y, width, height)Adds a new placeholder shape to the layout slide to hold a table.
add_smart_art_placeholder(self, x, y, width, height)Adds a new placeholder shape to the layout slide to hold a SmartArt diagram.
add_media_placeholder(self, x, y, width, height)Adds a new placeholder shape to the layout slide to hold a media object.
add_online_image_placeholder(self, x, y, width, height)Adds a new placeholder shape to the layout slide to hold an online image.

See Also