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
Parameter | Type | Description |
---|---|---|
pres | System::SharedPtr<IPresentation> | Scanned presentation. |
altText | System::String | Alternative 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
Parameter | Type | Description |
---|---|---|
slide | System::SharedPtr<IBaseSlide> | Scanned slide. |
altText | System::String | Alternative text of a shape. |
Return Value
Shape or null.
See Also
- Typedef SharedPtr
- Class IShape
- Class IPresentation
- Class String
- Class SlideUtil
- Class IBaseSlide
- Namespace Aspose::Slides::Util
- Library Aspose.Slides