|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.slides.ExtraColorSchemeCollection
public class ExtraColorSchemeCollection
Represents a collection of additional color schemes.
Constructor Summary | |
---|---|
ExtraColorSchemeCollection()
|
Method Summary | |
---|---|
void |
copyTo(java.lang.Object[] array,
int index)
Copies all elements of the collection to the specified array. |
ExtraColorScheme |
get_Item(int index)
Returns an color scheme by index. |
java.lang.Object |
getSyncRoot()
Returns an object that can be used to synchronize access to the collection. |
boolean |
isSynchronized()
Returns a value indicating whether access to the ArrayList is synchronized (thread safe). |
com.aspose.ms.System.Collections.IEnumerator<ExtraColorScheme> |
iterator()
Returns an enumerator, which can be used to iterate through the collection. |
int |
size()
Returns a number of elements int the collection. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ExtraColorSchemeCollection()
Method Detail |
---|
public ExtraColorScheme get_Item(int index)
Returns an color scheme by index.
Readonly ExtraColorScheme
.
public com.aspose.ms.System.Collections.IEnumerator<ExtraColorScheme> iterator()
Returns an enumerator, which can be used to iterate through the collection.
iterator
in interface com.aspose.ms.System.Collections.IEnumerable<ExtraColorScheme>
iterator
in interface java.lang.Iterable<ExtraColorScheme>
IEnumerator
.public void copyTo(java.lang.Object[] array, int index)
Copies all elements of the collection to the specified array.
copyTo
in interface com.aspose.ms.System.Collections.ICollection<ExtraColorScheme>
array
- Target array.index
- Starting index in the array.public int size()
Returns a number of elements int the collection.
Readonly int
.
size
in interface com.aspose.ms.System.Collections.ICollection<ExtraColorScheme>
public java.lang.Object getSyncRoot()
Returns an object that can be used to synchronize access to the collection.
Readonly object
.
getSyncRoot
in interface com.aspose.ms.System.Collections.ICollection<ExtraColorScheme>
public boolean isSynchronized()
Returns a value indicating whether access to the ArrayList is synchronized (thread safe).
Readonly bool
.
isSynchronized
in interface com.aspose.ms.System.Collections.ICollection<ExtraColorScheme>
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |