FindShapeByAltText()
BaseSlide::FindShapeByAltText(System::String) method
Finds first occurrence of a shape with the specified alternative text.
System::SharedPtr<IShape> Aspose::Slides::BaseSlide::FindShapeByAltText(System::String altText) override
Arguments
Parameter | Type | Description |
---|---|---|
altText | System::String | Alternative text. |
Return Value
Shape object or null.
See Also
- Typedef SharedPtr
- Class IShape
- Class String
- Class BaseSlide
- Namespace Aspose::Slides
- Library Aspose.Slides