FindShapesByPlaceholderType
SlideUtil.FindShapesByPlaceholderType method
Searches for all shapes on the specified slide that match the given placeholder type.
public static IShape[] FindShapesByPlaceholderType(IBaseSlide slide,
PlaceholderType placeholderType)
| Parameter | Type | Description |
|---|---|---|
| slide | IBaseSlide | The slide to search for shapes. |
| placeholderType | PlaceholderType | The type of placeholder to filter shapes by. |
Return Value
An array of IShape objects that match the specified placeholder type.
See Also
- interface IShape
- interface IBaseSlide
- enum PlaceholderType
- class SlideUtil
- namespace Aspose.Slides.Util
- assembly Aspose.Slides