addSectionZoomFrame

addSectionZoomFrame(float x, float y, float width, float height, Section section) function

Adds a new Section 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}.
sectionSectionThe section object referenced by the Section Zoom frame ISection.

Result

SectionZoomFrame, SummaryZoomSection

Error

ErrorCondition
ArgumentExceptionReferenced section does not belong to the current presentation or does not contains any slides.

addSectionZoomFrame(float x, float y, float width, float height, Section section, PPImage image) function

Adds a new Section Zoom object to the end of a collection with a predefined image.

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}.
sectionSectionThe section object referenced by the Section Zoom frame ISection.
imagePPImageThe image for the referenced slide IPPImage

Result

SectionZoomFrame, SummaryZoomSection

Error

ErrorCondition
ArgumentExceptionReferenced section does not belong to the current presentation or does not contains any slides.