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

ParameterTypeDescription
slideSystem::SharedPtr<IBaseSlide>The slide to search for shapes.
placeholderTypePlaceholderTypeThe type of placeholder to filter shapes by.

Return Value

An array of IShape objects that match the specified placeholder type.

See Also