FindShapesByPlaceholderType()
SlideUtil::FindShapesByPlaceholderType(System::SharedPtr<IBaseSlide>, PlaceholderType) method
Searches for all shapes on the specified slide that match the given placeholder type.
static System::ArrayPtr<System::SharedPtr<IShape>> Aspose::Slides::Util::SlideUtil::FindShapesByPlaceholderType(System::SharedPtr<IBaseSlide> slide, PlaceholderType placeholderType)
Arguments
Parameter | Type | Description |
---|---|---|
slide | System::SharedPtr<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
- Enum PlaceholderType
- Typedef ArrayPtr
- Typedef SharedPtr
- Class IShape
- Class IBaseSlide
- Class SlideUtil
- Namespace Aspose::Slides::Util
- Library Aspose.Slides