add_summary_zoom_section method

add_summary_zoom_section

Creates new Summary Zoom Section object and add it to the collection

Returns

Added ISummaryZoomFrame element

def add_summary_zoom_section(self, section):
    ...
ParameterTypeDescription
sectionISectionSection for a new Summary Zoom Section element ISection

Remarks

If an element for this section already exists in the collection, the existing element is returned.

Exceptions

ExceptionDescription
RuntimeError(Proxy error(ArgumentException))Referenced section does not belong to the current presentation or does not contains any slides.

See Also