add_summary_zoom_frame method
add_summary_zoom_frame
Creates a new Summary Zoom frame and adds it to the end of the shape collection.
Returns
The newly created ISummaryZoomFrame.
def add_summary_zoom_frame(self, x, y, width, height):
...
| Parameter | Type | Description |
|---|---|---|
| x | float | The x-coordinate of the new Summary Zoom frame, in points. |
| y | float | The y-coordinate of the new Summary Zoom frame, in points. |
| width | float | The width of the new Summary Zoom frame, in points. |
| height | float | The height of the new Summary Zoom frame, in points. |
Examples
This example demonstrates adding a Summary Zoom object to the end of a collection (assume that there are at least two sections in the “Presentation.pptx” presentation):
Remarks
This method creates a Summary Zoom frame that aggregates summary links for all sections in the presentation.
Exceptions
| Exception | Description |
|---|---|
PptxEditException | Thrown if there are no sections in the presentation, or if the target slide does not belong to any section. |
See Also
- class
IShapeCollection - class
ISummaryZoomFrame - class
PptxEditException - module
aspose.slides - library
Aspose.Slides