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_shapes_by_placeholder_typeSearches for all shapes on the specified slide that match the given placeholder type.
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_text_boxes_contains_textReturns all text frames on the specified slide that contain the given text.
get_all_text_framesReturns all text frames in a PPTX presentation.

See Also