add_summary_zoom_frame method

add_summary_zoom_frame

Adds a new Summary Zoom object to the end of a collection.

Returns

Created Summary Zoom object ISummaryZoomFrame.

def add_summary_zoom_frame(self, x, y, width, height):
    ...
ParameterTypeDescription
xfloatX coordinate of a new Section Zoom frame float.
yfloatY coordinate of a new Section Zoom frame float.
widthfloatWidth of a new Section Zoom frame float.
heightfloatHeight of a new Section Zoom frame float.

Remarks

This method creates a new Summary Zoom and puts a collection of objects into it for all the sections in this presentation.

Exceptions

ExceptionDescription
PptxEditExceptionThere are no sections in the presentation, or the target slide does not belong to any section.

See Also