insert_summary_zoom_frame method

insert_summary_zoom_frame

Creates a new Summary Zoom object and inserts it to a collection at the specified index.

Returns

Created Summary Zoom object ISummaryZoomFrame.

def insert_summary_zoom_frame(self, index, x, y, width, height):
    ...
ParameterTypeDescription
indexintThe zero-based index at which Section Zoom frame should be inserted.
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