insertSectionZoomFrame

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

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.

Returns

SectionZoomFrame, SummaryZoomSection

Exception

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

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

Returns

SectionZoomFrame, SummaryZoomSection

Exception

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