find_shape_by_alt_text method

find_shape_by_alt_text

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

Returns

ShapeEx object or null.

def find_shape_by_alt_text(self, alt_text):
    ...
ParameterTypeDescription
alt_textstrAlternative text.

See Also