SummaryZoomSectionCollection
SummaryZoomSectionCollection class
Represents a collection of Summary Zoom Section objects.
addSummaryZoomSection
Name | Description |
---|
addSummaryZoomSection (Section) | Creates new Summary Zoom Section object and add it to the collection |
Parameters:
Name | Type | Description |
---|
section | Section | Section for a new Summary Zoom Section element ISection If an element for this section already exists in the collection, the existing element is returned. |
Returns:
SummaryZoomSection
Error
Error | Condition |
---|
ArgumentException | Referenced section does not belong to the current presentation or does not contains any slides. |
clear
Name | Description |
---|
clear () | Removes all SummaryZoomSection objects from the collection. |
getSummarySection
Name | Description |
---|
getSummarySection (Section) | Returns Summary Zoom Section element for the given section. |
Parameters:
Name | Type | Description |
---|
section | Section | Section to find ISection |
Returns:
SummaryZoomSection
getSyncRoot
Name | Description |
---|
getSyncRoot () | Returns a synchronization root. Read-only Object. |
Returns:
Object
get_Item
Name | Description |
---|
get_Item (int) | Gets the element at the specified index. Read-only ISummaryZoomSection. |
Returns:
SummaryZoomSection
indexOf
Name | Description |
---|
indexOf (SummaryZoomSection) | Returns an index of the specified SummaryZoomSection object. |
Parameters:
Name | Type | Description |
---|
summaryZoomSection | SummaryZoomSection | SummaryZoomSection object to find ISummaryZoomSection. |
Returns:
int
isSynchronized
Name | Description |
---|
isSynchronized () | Returns a value indicating whether access to the collection is synchronized (thread-safe). Read-only boolean. |
Returns:
boolean
iterator
Name | Description |
---|
iterator () | Returns an enumerator that iterates through the collection. |
Returns:
iteratorJava
Name | Description |
---|
iteratorJava () | Returns a java iterator for the entire collection. |
Returns:
removeSummaryZoomSection
Name | Description |
---|
removeSummaryZoomSection (Section) | Remove Summary Zoom Section object from the collection. |
Parameters:
Name | Type | Description |
---|
section | Section | Section for which the Summary Zoom Section element is to be removed ISection. |
size
Name | Description |
---|
size () | Gets the number of elements actually contained in the collection. Read-only int. |
Returns:
int