add_summary_zoom_frame method
add_summary_zoom_frame
Adds a new Summary Zoom object to the end of a collection.
Returns
Created Summary Zoom object ISummaryZoomFrame
.
def add_summary_zoom_frame(self, x, y, width, height):
...
Parameter | Type | Description |
---|---|---|
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. |
Remarks
This method creates a new Summary Zoom and puts a collection of objects into it for all the sections in this presentation.
Exceptions
Exception | Description |
---|---|
PptxEditException | There are no sections in the presentation, or the target slide does not belong to any section. |
See Also
- class
IShapeCollection
- class
ISummaryZoomFrame
- class
PptxEditException
- module
aspose.slides
- library
Aspose.Slides