add_section_zoom_frame method

add_section_zoom_frame

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

Returns

Created Section Zoom object ISectionZoomFrame.

def add_section_zoom_frame(self, x, y, width, height, section):
    ...
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.
sectionISectionThe section object referenced by the Section Zoom frame ISection.

Exceptions

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

add_section_zoom_frame

Adds a new Section Zoom object to the end of a collection with a predefined image.

Returns

Created Section Zoom object ISectionZoomFrame.

def add_section_zoom_frame(self, x, y, width, height, section, image):
    ...
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.
sectionISectionThe section object referenced by the Section Zoom frame ISection.
imageIPPImageThe image for the referenced slide IPPImage

Exceptions

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

See Also