ISlide
GetPlaceholderShapes Method
|
Gets the layout shape and master shape by placeholder.
Namespace:
Spire.Presentation
Assembly:
Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
IShape[] GetPlaceholderShapes(
Placeholder placeholder
)
Function GetPlaceholderShapes (
placeholder As Placeholder
) As IShape()
array<IShape^>^ GetPlaceholderShapes(
Placeholder^ placeholder
)
abstract GetPlaceholderShapes :
placeholder : Placeholder -> IShape[]
Parameters
-
placeholder
-
Type:
Spire.Presentation
Placeholder
The target placeholder.
Return Value
Type:
IShape
See Also