LayoutPlaceholderManager

LayoutPlaceholderManager class

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

public class LayoutPlaceholderManager : ILayoutPlaceholderManager

Methods

NameDescription
AddChartPlaceholder(float, float, float, float)Adds a new placeholder shape to the layout slide to hold a chart.
AddContentPlaceholder(float, float, float, float)Adds a new placeholder shape to the layout slide to hold content, such as a picture, table, media or text.
AddMediaPlaceholder(float, float, float, float)Adds a new placeholder shape to the layout slide to hold a media object.
AddOnlineImagePlaceholder(float, float, float, float)Adds a new placeholder shape to the layout slide to hold an online image.
AddPicturePlaceholder(float, float, float, float)Adds a new placeholder shape to the layout slide to hold a picture.
AddSmartArtPlaceholder(float, float, float, float)Adds a new placeholder shape to the layout slide to hold a SmartArt diagram.
AddTablePlaceholder(float, float, float, float)Adds a new placeholder shape to the layout slide to hold a table.
AddTextPlaceholder(float, float, float, float)Adds a new placeholder shape to the layout slide to hold text content.
AddVerticalContentPlaceholder(float, float, float, float)Adds a new placeholder shape to the layout slide to hold content, such as a picture, table, media or text in a vertical direction.
AddVerticalTextPlaceholder(float, float, float, float)Adds a new placeholder shape to the layout slide to hold text content in a vertical direction.

See Also