add_zoom_frame method
Contents
[
Hide
]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):
...
Parameter | Type | Description |
---|---|---|
x | float | X coordinate of a new Zoom frame float. |
y | float | Y coordinate of a new Zoom frame float. |
width | float | Width of a new Zoom frame float. |
height | float | Height of a new Zoom frame float. |
slide | ISlide | The slide object referenced by the Zoom frame ISlide . |
Exceptions
Exception | Description |
---|---|
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):
...
Parameter | Type | Description |
---|---|---|
x | float | X coordinate of a new Zoom frame float. |
y | float | Y coordinate of a new Zoom frame float. |
width | float | Width of a new Zoom frame float. |
height | float | Height of a new Zoom frame float. |
slide | ISlide | The slide object referenced by the Zoom frame ISlide . |
image | IPPImage | The image for the referenced slide IPPImage |
Exceptions
Exception | Description |
---|---|
RuntimeError(Proxy error(ArgumentException)) | Referenced slide does not belong to the current presentation. |
See Also
- class
IPPImage
- class
IShapeCollection
- class
ISlide
- class
IZoomFrame
- module
aspose.slides
- library
Aspose.Slides