insertSectionZoomFrame
Contents
[
Hide
]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
Name | Type | Description |
---|---|---|
index | int | The zero-based index at which Section Zoom frame should be inserted. |
x | float | X coordinate of a new Section Zoom frame {@code float}. |
y | float | Y coordinate of a new Section Zoom frame {@code float}. |
width | float | Width of a new Section Zoom frame {@code float}. |
height | float | Height of a new Section Zoom frame {@code float}. |
section | Section | The slide object referenced by the Section Zoom frame ISection. |
Result
SectionZoomFrame, SummaryZoomSection
Error
Error | Condition |
---|---|
ArgumentException | Referenced 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
Name | Type | Description |
---|---|---|
index | int | The zero-based index at which Section Zoom frame should be inserted. |
x | float | X coordinate of a new Section Zoom frame {@code float}. |
y | float | Y coordinate of a new Section Zoom frame {@code float}. |
width | float | Width of a new Section Zoom frame {@code float}. |
height | float | Height of a new Section Zoom frame {@code float}. |
section | Section | The slide object referenced by the Section Zoom frame ISection. |
image | PPImage | The image for the referenced slide IPPImage |
Result
SectionZoomFrame, SummaryZoomSection
Error
Error | Condition |
---|---|
ArgumentException | Referenced section does not belong to the current presentation or does not contains any slides. |