|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.slides.NamedSlideShowCollection
public final class NamedSlideShowCollection
Represents a key-value collection of NamedSlideShow objects.
Method Summary | |
---|---|
NamedSlideShow |
add(java.lang.String name)
Creates new slide show element and adds it to the end of collection. |
void |
copyTo(com.aspose.ms.System.Array array,
int index)
Copies all elements from the collection into the specified array. |
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.IEnumerator<NamedSlideShow> |
iterator()
Returns an enumerator for the entire collection. |
void |
remove(java.lang.String name)
Removes slideshow from collection. |
int |
size()
Returns a number of elements in the collection. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public NamedSlideShow add(java.lang.String name)
Creates new slide show element and adds it to the end of collection.
name
- Name for new slide show.
public void remove(java.lang.String name)
Removes slideshow from collection.
name
- Name of slideshow to remove.public void copyTo(com.aspose.ms.System.Array array, int index)
Copies all elements from the collection into the specified array.
copyTo
in interface com.aspose.ms.System.Collections.ICollection<NamedSlideShow>
array
- Array to fill.index
- Starting position in target array.public int size()
Returns a number of elements in the collection.
Readonly int
.
size
in interface com.aspose.ms.System.Collections.ICollection<NamedSlideShow>
public boolean isSynchronized()
Returns a value indicating whether access to the collection is synchronized (thread-safe).
isSynchronized
in interface com.aspose.ms.System.Collections.ICollection<NamedSlideShow>
public java.lang.Object getSyncRoot()
Returns a synchronization root.
Readonly object
.
getSyncRoot
in interface com.aspose.ms.System.Collections.ICollection<NamedSlideShow>
public com.aspose.ms.System.Collections.IEnumerator<NamedSlideShow> iterator()
Returns an enumerator for the entire collection.
iterator
in interface com.aspose.ms.System.Collections.IEnumerable<NamedSlideShow>
iterator
in interface java.lang.Iterable<NamedSlideShow>
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |