find_shape method

find_shape

Find shape by alternative text in a PPTX presentation.

Returns

Shape or null.

@staticmethod
def find_shape(pres, alt_text):
    ...
ParameterTypeDescription
presIPresentationScanned presentation.
alt_textstrAlternative text of a shape.

find_shape

Find shape by alternative text on a slide in a PPTX presentation.

Returns

Shape or null.

@staticmethod
def find_shape(slide, alt_text):
    ...
ParameterTypeDescription
slideIBaseSlideScanned slide.
alt_textstrAlternative text of a shape.

See Also