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

ParameterTypeDescription
altTextSystem::StringAlternative text.

Return Value

Shape object or null.

See Also