SummaryZoomSectionCollection

SummaryZoomSectionCollection class

Represents a collection of Summary Zoom Section objects.

addSummaryZoomSection

NameDescription
addSummaryZoomSection (Section)Creates new Summary Zoom Section object and add it to the collection

Parameters:

NameTypeDescription
sectionSectionSection 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

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

clear

NameDescription
clear ()Removes all SummaryZoomSection objects from the collection.

getSummarySection

NameDescription
getSummarySection (Section)Returns Summary Zoom Section element for the given section.

Parameters:

NameTypeDescription
sectionSectionSection to find ISection

Returns: SummaryZoomSection


getSyncRoot

NameDescription
getSyncRoot ()Returns a synchronization root. Read-only Object.

Returns: Object


get_Item

NameDescription
get_Item (int)Gets the element at the specified index. Read-only ISummaryZoomSection.

Returns: SummaryZoomSection


indexOf

NameDescription
indexOf (SummaryZoomSection)Returns an index of the specified SummaryZoomSection object.

Parameters:

NameTypeDescription
summaryZoomSectionSummaryZoomSectionSummaryZoomSection object to find ISummaryZoomSection.

Returns: int


isSynchronized

NameDescription
isSynchronized ()Returns a value indicating whether access to the collection is synchronized (thread-safe). Read-only boolean.

Returns: boolean


iterator

NameDescription
iterator ()Returns an enumerator that iterates through the collection.

Returns:


iteratorJava

NameDescription
iteratorJava ()Returns a java iterator for the entire collection.

Returns:


removeSummaryZoomSection

NameDescription
removeSummaryZoomSection (Section)Remove Summary Zoom Section object from the collection.

Parameters:

NameTypeDescription
sectionSectionSection for which the Summary Zoom Section element is to be removed ISection.

size

NameDescription
size ()Gets the number of elements actually contained in the collection. Read-only int.

Returns: int