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)
ParameterTypeDescription
slideIBaseSlideThe 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