LayoutPlaceholderManager

LayoutPlaceholderManager class

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

addChartPlaceholder

NameDescription
addChartPlaceholder (float, float, float, float)Adds a new placeholder shape to the layout slide to hold a chart.

Parameters:

NameTypeDescription
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.

Returns: AutoShape


addContentPlaceholder

NameDescription
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.

Parameters:

NameTypeDescription
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.

Returns: AutoShape


addMediaPlaceholder

NameDescription
addMediaPlaceholder (float, float, float, float)Adds a new placeholder shape to the layout slide to hold a media object.

Parameters:

NameTypeDescription
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.

Returns: AutoShape


addOnlineImagePlaceholder

NameDescription
addOnlineImagePlaceholder (float, float, float, float)Adds a new placeholder shape to the layout slide to hold an online image.

Parameters:

NameTypeDescription
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.

Returns: AutoShape


addPicturePlaceholder

NameDescription
addPicturePlaceholder (float, float, float, float)Adds a new placeholder shape to the layout slide to hold a picture.

Parameters:

NameTypeDescription
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.

Returns: AutoShape


addSmartArtPlaceholder

NameDescription
addSmartArtPlaceholder (float, float, float, float)Adds a new placeholder shape to the layout slide to hold a SmartArt diagram.

Parameters:

NameTypeDescription
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.

Returns: AutoShape


addTablePlaceholder

NameDescription
addTablePlaceholder (float, float, float, float)Adds a new placeholder shape to the layout slide to hold a table.

Parameters:

NameTypeDescription
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.

Returns: AutoShape


addTextPlaceholder

NameDescription
addTextPlaceholder (float, float, float, float)Adds a new placeholder shape to the layout slide to hold text content.

Parameters:

NameTypeDescription
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.

Returns: AutoShape


addVerticalContentPlaceholder

NameDescription
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.

Parameters:

NameTypeDescription
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.

Returns: AutoShape


addVerticalTextPlaceholder

NameDescription
addVerticalTextPlaceholder (float, float, float, float)Adds a new placeholder shape to the layout slide to hold text content in a vertical direction.

Parameters:

NameTypeDescription
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.

Returns: AutoShape