SlideUtil class

SlideUtil class

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

The SlideUtil type exposes the following members:

Methods

MethodDescription
find_shapeFind shape by alternative text in a PPTX presentation.
find_shapeFind shape by alternative text on a slide in a PPTX presentation.
align_shapesChanges 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.
align_shapesChanges 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.
align_shapesChanges 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.
align_shapesChanges 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.
find_and_replace_textFinds and replaces text in presentation with given format
get_all_text_boxesReturns all text frames on a slide in a PPTX presentation.
get_all_text_framesReturns all text frames in a PPTX presentation.

See Also