BaseSlideFindShapeByAltText Method |
Finds first occurrence of a shape with the specified alternative text.
Namespace:
Aspose.Slides
Assembly:
Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntaxpublic IShape FindShapeByAltText(
string altText
)
Public Function FindShapeByAltText (
altText As String
) As IShape
public:
virtual IShape^ FindShapeByAltText(
String^ altText
) sealed
abstract FindShapeByAltText :
altText : string -> IShape
override FindShapeByAltText :
altText : string -> IShape
Parameters
- altText
- Type: SystemString
Alternative text.
Return Value
Type:
IShapeShape object or null.
Implements
IBaseSlideFindShapeByAltText(String)
See Also