FindShape()

SlideUtil::FindShape(System::SharedPtr<IPresentation>, System::String) method

Find shape by alternative text in a PPTX presentation.

static System::SharedPtr<IShape> Aspose::Slides::Util::SlideUtil::FindShape(System::SharedPtr<IPresentation> pres, System::String altText)

Arguments

ParameterTypeDescription
presSystem::SharedPtr<IPresentation>Scanned presentation.
altTextSystem::StringAlternative text of a shape.

Return Value

Shape or null.

SlideUtil::FindShape(System::SharedPtr<IBaseSlide>, System::String) method

Find shape by alternative text on a slide in a PPTX presentation.

static System::SharedPtr<IShape> Aspose::Slides::Util::SlideUtil::FindShape(System::SharedPtr<IBaseSlide> slide, System::String altText)

Arguments

ParameterTypeDescription
slideSystem::SharedPtr<IBaseSlide>Scanned slide.
altTextSystem::StringAlternative text of a shape.

Return Value

Shape or null.

See Also