insertSectionZoomFrame

insertSectionZoomFrame(int index, float x, float y, float width, float height, Section section) function

Creates a new Section Zoom object and inserts into to a collection at the specified index.

Parameters

NameTypeDescription
indexintThe zero-based index at which Section Zoom frame should be inserted.
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 slide 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.

insertSectionZoomFrame(int index, float x, float y, float width, float height, Section section, PPImage image) function

Creates a new Section Zoom object and inserts it to a collection at the specified index.

Parameters

NameTypeDescription
indexintThe zero-based index at which Section Zoom frame should be inserted.
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 slide 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.