public final class SectionSlideCollection extends java.lang.Object implements ISectionSlideCollection
Represents a collection of slides in the section.
| Modifier and Type | Method and Description |
|---|---|
void |
copyTo(com.aspose.ms.System.Array array,
int index)
Copies the entire collection to the specified array.
|
ISlide |
get_Item(int index)
Gets the element at the specified index.
|
com.aspose.slides.IDOMObject |
getParent_Immediate()
Returns Parent_Immediate object.
|
java.lang.Object |
getSyncRoot()
Returns a synchronization root.
|
boolean |
isSynchronized()
Returns a value indicating whether access to the collection is synchronized (thread-safe).
|
com.aspose.ms.System.Collections.Generic.IGenericEnumerator<ISlide> |
iterator()
Returns an enumerator that iterates through the collection.
|
int |
size()
Gets the number of elements actually contained in the collection.
|
public final ISlide get_Item(int index)
Gets the element at the specified index.
Read-only ISlide.
get_Item in interface ISectionSlideCollectionpublic final int size()
Gets the number of elements actually contained in the collection.
Read-only int.
size in interface com.aspose.ms.System.Collections.ICollection<ISlide>public final void copyTo(com.aspose.ms.System.Array array,
int index)
Copies the entire collection to the specified array.
copyTo in interface com.aspose.ms.System.Collections.ICollection<ISlide>array - Target arrayindex - Index in the target array.public final boolean isSynchronized()
Returns a value indicating whether access to the collection is synchronized (thread-safe).
Read-only boolean.
isSynchronized in interface com.aspose.ms.System.Collections.ICollection<ISlide>public final java.lang.Object getSyncRoot()
Returns a synchronization root.
Read-only Object.
getSyncRoot in interface com.aspose.ms.System.Collections.ICollection<ISlide>public final com.aspose.ms.System.Collections.Generic.IGenericEnumerator<ISlide> iterator()
Returns an enumerator that iterates through the collection.
iterator in interface com.aspose.ms.System.Collections.Generic.IGenericEnumerable<ISlide>iterator in interface com.aspose.ms.System.Collections.IEnumerable<ISlide>iterator in interface java.lang.Iterable<ISlide>System.Collections.Generic.IEnumerator`1 that can be used to iterate through the collection.public final com.aspose.slides.IDOMObject getParent_Immediate()
Returns Parent_Immediate object.
Read-only IDOMObject.