ILayoutPlaceholderManager class

ILayoutPlaceholderManager class

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

The ILayoutPlaceholderManager type exposes the following members:

Methods

MethodDescription
add_content_placeholderAdds a new placeholder shape to the layout slide to hold content, such as a picture, table, media or text.
add_vertical_content_placeholderAdds 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_placeholderAdds a new placeholder shape to the layout slide to hold text content.
add_vertical_text_placeholderAdds a new placeholder shape to the layout slide to hold text content in a vertical direction.
add_picture_placeholderAdds a new placeholder shape to the layout slide to hold a picture.
add_chart_placeholderAdds a new placeholder shape to the layout slide to hold a chart.
add_table_placeholderAdds a new placeholder shape to the layout slide to hold a table.
add_smart_art_placeholderAdds a new placeholder shape to the layout slide to hold a SmartArt diagram.
add_media_placeholderAdds a new placeholder shape to the layout slide to hold a media object.
add_online_image_placeholderAdds a new placeholder shape to the layout slide to hold an online image.

See Also