FindShapeByAltText

IBaseSlide.FindShapeByAltText method

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

public IShape FindShapeByAltText(string altText)
ParameterTypeDescription
altTextStringAlternative text.

Return Value

ShapeEx object or null.

See Also