BaseSlideFindShapeByAltText Method

Finds first occurrence of a shape with the specified alternative text.

Namespace:  Aspose.Slides
Assembly:  Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntax
public IShape FindShapeByAltText(
	string altText
)

Parameters

altText
Type: SystemString
Alternative text.

Return Value

Type: IShape
Shape object or null.

Implements

IBaseSlideFindShapeByAltText(String)
See Also