addSummaryZoomFrame

addSummaryZoomFrame(float x, float y, float width, float height) method

Adds a new Summary Zoom object to the end of a collection.

Parameters

NameTypeDescription
xfloatX coordinate of a new Section Zoom frame {@code float}.
yfloatY coordinate of a new Section Zoom frame {@code float}.
widthfloatWidth of a new Section Zoom frame {@code float}.
heightfloatHeight of a new Section Zoom frame {@code float}. This method creates a new Summary Zoom and puts a collection of objects into it for all the sections in this presentation.

Returns

SummaryZoomFrame

Exception

ExceptionCondition
PptxEditExceptionThere are no sections in the presentation, or the target slide does not belong to any section.