addSummaryZoomFrame
addSummaryZoomFrame(float x, float y, float width, float height) function
Adds a new Summary Zoom object to the end of a collection.
Parameters
Name | Type | Description |
---|
x | float | X coordinate of a new Section Zoom frame {@code float}. |
y | float | Y coordinate of a new Section Zoom frame {@code float}. |
width | float | Width of a new Section Zoom frame {@code float}. |
height | float | Height of a new Section Zoom frame {@code float}. This function creates a new Summary Zoom and puts a collection of objects into it for all the sections in this presentation. |
Result
SummaryZoomFrame
Error
Error | Condition |
---|
PptxEditException | There are no sections in the presentation, or the target slide does not belong to any section. |