LayoutPlaceholderManager
LayoutPlaceholderManager class
Represents manager that allows you to add placeholders to the layout slide.
addChartPlaceholder
Name | Description |
---|---|
addChartPlaceholder (float, float, float, float) | Adds a new placeholder shape to the layout slide to hold a chart. |
Parameters:
Name | Type | Description |
---|---|---|
x | float | The X coordinate of the new placeholder shape. |
y | float | The Y coordinate of the new placeholder shape. |
width | float | The width of the new placeholder shape. |
height | float | The height of the new placeholder shape. |
Returns: AutoShape
addContentPlaceholder
Name | Description |
---|---|
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:
Name | Type | Description |
---|---|---|
x | float | The X coordinate of the new placeholder shape. |
y | float | The Y coordinate of the new placeholder shape. |
width | float | The width of the new placeholder shape. |
height | float | The height of the new placeholder shape. |
Returns: AutoShape
addMediaPlaceholder
Name | Description |
---|---|
addMediaPlaceholder (float, float, float, float) | Adds a new placeholder shape to the layout slide to hold a media object. |
Parameters:
Name | Type | Description |
---|---|---|
x | float | The X coordinate of the new placeholder shape. |
y | float | The Y coordinate of the new placeholder shape. |
width | float | The width of the new placeholder shape. |
height | float | The height of the new placeholder shape. |
Returns: AutoShape
addOnlineImagePlaceholder
Name | Description |
---|---|
addOnlineImagePlaceholder (float, float, float, float) | Adds a new placeholder shape to the layout slide to hold an online image. |
Parameters:
Name | Type | Description |
---|---|---|
x | float | The X coordinate of the new placeholder shape. |
y | float | The Y coordinate of the new placeholder shape. |
width | float | The width of the new placeholder shape. |
height | float | The height of the new placeholder shape. |
Returns: AutoShape
addPicturePlaceholder
Name | Description |
---|---|
addPicturePlaceholder (float, float, float, float) | Adds a new placeholder shape to the layout slide to hold a picture. |
Parameters:
Name | Type | Description |
---|---|---|
x | float | The X coordinate of the new placeholder shape. |
y | float | The Y coordinate of the new placeholder shape. |
width | float | The width of the new placeholder shape. |
height | float | The height of the new placeholder shape. |
Returns: AutoShape
addSmartArtPlaceholder
Name | Description |
---|---|
addSmartArtPlaceholder (float, float, float, float) | Adds a new placeholder shape to the layout slide to hold a SmartArt diagram. |
Parameters:
Name | Type | Description |
---|---|---|
x | float | The X coordinate of the new placeholder shape. |
y | float | The Y coordinate of the new placeholder shape. |
width | float | The width of the new placeholder shape. |
height | float | The height of the new placeholder shape. |
Returns: AutoShape
addTablePlaceholder
Name | Description |
---|---|
addTablePlaceholder (float, float, float, float) | Adds a new placeholder shape to the layout slide to hold a table. |
Parameters:
Name | Type | Description |
---|---|---|
x | float | The X coordinate of the new placeholder shape. |
y | float | The Y coordinate of the new placeholder shape. |
width | float | The width of the new placeholder shape. |
height | float | The height of the new placeholder shape. |
Returns: AutoShape
addTextPlaceholder
Name | Description |
---|---|
addTextPlaceholder (float, float, float, float) | Adds a new placeholder shape to the layout slide to hold text content. |
Parameters:
Name | Type | Description |
---|---|---|
x | float | The X coordinate of the new placeholder shape. |
y | float | The Y coordinate of the new placeholder shape. |
width | float | The width of the new placeholder shape. |
height | float | The height of the new placeholder shape. |
Returns: AutoShape
addVerticalContentPlaceholder
Name | Description |
---|---|
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:
Name | Type | Description |
---|---|---|
x | float | The X coordinate of the new placeholder shape. |
y | float | The Y coordinate of the new placeholder shape. |
width | float | The width of the new placeholder shape. |
height | float | The height of the new placeholder shape. |
Returns: AutoShape
addVerticalTextPlaceholder
Name | Description |
---|---|
addVerticalTextPlaceholder (float, float, float, float) | Adds a new placeholder shape to the layout slide to hold text content in a vertical direction. |
Parameters:
Name | Type | Description |
---|---|---|
x | float | The X coordinate of the new placeholder shape. |
y | float | The Y coordinate of the new placeholder shape. |
width | float | The width of the new placeholder shape. |
height | float | The height of the new placeholder shape. |
Returns: AutoShape