addSectionZoomFrame

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

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.

Returns

SectionZoomFrame, SummaryZoomSection

Exception

ExceptionCondition
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) method

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

Returns

SectionZoomFrame, SummaryZoomSection

Exception

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