insert_zoom_frame method
Contents
[
Hide
]insert_zoom_frame
Creates a new Zoom object and inserts it to a collection at the specified index.
Returns
Created Zoom object IZoomFrame
.
def insert_zoom_frame(self, index, x, y, width, height, slide):
...
Parameter | Type | Description |
---|---|---|
index | int | The zero-based index at which Zoom frame should be inserted. |
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. |
insert_zoom_frame
Creates a new Zoom object and inserts it to a collection at the specified index.
Returns
Created Zoom object IZoomFrame
.
def insert_zoom_frame(self, index, x, y, width, height, slide, image):
...
Parameter | Type | Description |
---|---|---|
index | int | The zero-based index at which Zoom frame should be inserted. |
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