SlideUtil Class

Offer methods which help to search shapes and text in a presentation.
Inheritance Hierarchy
SystemObject
  Aspose.Slides.UtilSlideUtil

Namespace:  Aspose.Slides.Util
Assembly:  Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntax
public static class SlideUtil

The SlideUtil type exposes the following members.

Methods
  NameDescription
Public methodStatic memberFindShape(IBaseSlide, String)
Find shape by alternative text on a slide in a PPTX presentation.
Public methodStatic memberFindShape(IPresentation, String)
Find shape by alternative text in a PPTX presentation.
Public methodStatic memberGetAllTextBoxes
Returns all text frames on a slide in a PPTX presentation.
Public methodStatic memberGetAllTextFrames
Returns all text frames in a PPTX presentation.
See Also