SlideUtil

SlideUtil class

Offer methods which help to search shapes and text in a presentation.

public static class SlideUtil

Methods

NameDescription
static AlignShapes(ShapesAlignmentType, bool, IBaseSlide)Changes the placement of all shapes on the slide. Aligns shapes to the margins or the edge of the slide or align them relative to each other.
static AlignShapes(ShapesAlignmentType, bool, IGroupShape)Changes the placement of all shapes within group shape. Aligns shapes to the margins or the edge of the slide or align them relative to each other.
static AlignShapes(ShapesAlignmentType, bool, IBaseSlide, int[])Changes the placement of selected shapes on the slide. Aligns shapes to the margins or the edge of the slide or align them relative to each other.
static AlignShapes(ShapesAlignmentType, bool, IGroupShape, int[])Changes the placement of selected shapes within group shape. Aligns shapes to the margins or the edge of the slide or align them relative to each other.
static FindAndReplaceText(IPresentation, bool, string, string, PortionFormat)Finds and replaces text in presentation with given format
static FindShape(IBaseSlide, string)Find shape by alternative text on a slide in a PPTX presentation.
static FindShape(IPresentation, string)Find shape by alternative text in a PPTX presentation.
static GetAllTextBoxes(IBaseSlide)Returns all text frames on a slide in a PPTX presentation.
static GetAllTextFrames(IPresentation, bool)Returns all text frames in a PPTX presentation.

See Also