FindShapeByAltText()

IBaseSlide::FindShapeByAltText(System::String) method

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

virtual System::SharedPtr<IShape> Aspose::Slides::IBaseSlide::FindShapeByAltText(System::String altText)=0

Arguments

ParameterTypeDescription
altTextSystem::StringAlternative text.

Return Value

ShapeEx object or null.

See Also