add_summary_zoom_section method
add_summary_zoom_section
Creates new Summary Zoom Section object and add it to the collection
Returns
Added ISummaryZoomFrame element
def add_summary_zoom_section(self, section):
...
| Parameter | Type | Description |
|---|---|---|
| section | ISection | Section for a new Summary Zoom Section element ISection |
Examples
The example demonstrates getting Summary Zoom Section element by index:
Remarks
If an element for this section already exists in the collection, the existing element is returned.
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
ISection - class
ISummaryZoomFrame - class
ISummaryZoomSection - class
SummaryZoomSectionCollection - module
aspose.slides - library
Aspose.Slides