|
|||||||||
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.Collections.DictionaryEntry<java.lang.String,NamedSlideShow>[] array,
int index)
Copies all elements from the collection into the specified array. |
int |
getCount()
Returns a number of elements in the collection. |
java.lang.Object |
getSyncRoot()
Returns a synchronization root. |
boolean |
isSynchronized()
Returns a value indicating whether access to the collection is synchronized (thread-safe). |
java.util.Iterator<?> |
iterator()
Returns an enumerator for the entire collection. |
void |
remove(java.lang.String name)
Removes slideshow from 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.Collections.DictionaryEntry<java.lang.String,NamedSlideShow>[] array, int index)
Copies all elements from the collection into the specified array.
array
- Array to fill.index
- Starting position in target array.public int getCount()
Returns a number of elements in the collection.
Readonly int
.
public boolean isSynchronized()
Returns a value indicating whether access to the collection is synchronized (thread-safe).
public java.lang.Object getSyncRoot()
Returns a synchronization root.
Readonly object
.
public java.util.Iterator<?> iterator()
Returns an enumerator for the entire collection.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |