insert_section_zoom_frame method
Contents
[
Hide
]insert_section_zoom_frame
Creates a new Section Zoom object and inserts into to a collection at the specified index.
Returns
Created Section Zoom object ISectionZoomFrame
.
def insert_section_zoom_frame(self, index, x, y, width, height, section):
...
Parameter | Type | Description |
---|---|---|
index | int | The zero-based index at which Section Zoom frame should be inserted. |
x | float | X coordinate of a new Section Zoom frame float. |
y | float | Y coordinate of a new Section Zoom frame float. |
width | float | Width of a new Section Zoom frame float. |
height | float | Height of a new Section Zoom frame float. |
section | ISection | The slide object referenced by the Section Zoom frame ISection . |
Exceptions
Exception | Description |
---|---|
RuntimeError(Proxy error(ArgumentException)) | Referenced section does not belong to the current presentation or does not contains any slides. |
insert_section_zoom_frame
Creates a new Section Zoom object and inserts it to a collection at the specified index.
Returns
Created Section Zoom object ISectionZoomFrame
.
def insert_section_zoom_frame(self, index, x, y, width, height, section, image):
...
Parameter | Type | Description |
---|---|---|
index | int | The zero-based index at which Section Zoom frame should be inserted. |
x | float | X coordinate of a new Section Zoom frame float. |
y | float | Y coordinate of a new Section Zoom frame float. |
width | float | Width of a new Section Zoom frame float. |
height | float | Height of a new Section Zoom frame float. |
section | ISection | The slide object referenced by the Section Zoom frame ISection . |
image | IPPImage | The image for the referenced slide IPPImage |
Exceptions
Exception | Description |
---|---|
RuntimeError(Proxy error(ArgumentException)) | Referenced section does not belong to the current presentation or does not contains any slides. |
See Also
- class
IPPImage
- class
ISection
- class
ISectionZoomFrame
- class
IShapeCollection
- module
aspose.slides
- library
Aspose.Slides