FindShapeByAltText

BaseSlide.FindShapeByAltText method

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

public IShape FindShapeByAltText(string altText)
ParameterTypeDescription
altTextStringAlternative text.

Return Value

Shape object or null.

See Also