add_zoom_frame method

add_zoom_frame

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

Returns

Created Zoom object IZoomFrame.

def add_zoom_frame(self, x, y, width, height, slide):
    ...
ParameterTypeDescription
xfloatX coordinate of a new Zoom frame float.
yfloatY coordinate of a new Zoom frame float.
widthfloatWidth of a new Zoom frame float.
heightfloatHeight of a new Zoom frame float.
slideISlideThe slide object referenced by the Zoom frame ISlide.

Exceptions

ExceptionDescription
RuntimeError(Proxy error(ArgumentException))Referenced slide does not belong to the current presentation.

add_zoom_frame

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

Returns

Created Zoom object IZoomFrame.

def add_zoom_frame(self, x, y, width, height, slide, image):
    ...
ParameterTypeDescription
xfloatX coordinate of a new Zoom frame float.
yfloatY coordinate of a new Zoom frame float.
widthfloatWidth of a new Zoom frame float.
heightfloatHeight of a new Zoom frame float.
slideISlideThe slide object referenced by the Zoom frame ISlide.
imageIPPImageThe image for the referenced slide IPPImage

Exceptions

ExceptionDescription
RuntimeError(Proxy error(ArgumentException))Referenced slide does not belong to the current presentation.

See Also