find_shape method
find_shape
Find shape by alternative text in a PPTX presentation.
Returns
Shape or None.
@staticmethod
def find_shape(pres, alt_text):
    ...
| Parameter | Type | Description | 
|---|---|---|
| pres | IPresentation | Scanned presentation. | 
| alt_text | str | Alternative text of a shape. | 
find_shape
Find shape by alternative text on a slide in a PPTX presentation.
Returns
Shape or None.
@staticmethod
def find_shape(slide, alt_text):
    ...
| Parameter | Type | Description | 
|---|---|---|
| slide | IBaseSlide | Scanned slide. | 
| alt_text | str | Alternative text of a shape. | 
See Also
- class 
IBaseSlide - class 
IPresentation - class 
IShape - class 
SlideUtil - module 
aspose.slides.util - library 
Aspose.Slides