|
||||||||
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.
Method Summary | |
---|---|
void |
copyTo(IExtraColorScheme[] array,
int index)
Copies all elements of the collection to the specified array. |
IExtraColorScheme |
get_Item(int index)
Returns an color scheme by index. |
com.aspose.slides.IDOMObject |
getParent_Immediate()
Returns Parent_Immediate object. |
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.Generic.IGenericEnumerator<IExtraColorScheme> |
iterator()
Returns an enumerator that iterates 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 |
Method Detail |
---|
public int size()
Returns a number of elements int the collection.
Read-only int
.
size
in interface IGenericCollection<IExtraColorScheme>
public IExtraColorScheme get_Item(int index)
Returns an color scheme by index.
Read-only ExtraColorScheme
.
get_Item
in interface IExtraColorSchemeCollection
public com.aspose.slides.IDOMObject getParent_Immediate()
Returns Parent_Immediate object.
Read-only IDOMObject
.
public com.aspose.ms.System.Collections.Generic.IGenericEnumerator<IExtraColorScheme> iterator()
Returns an enumerator that iterates through the collection.
iterator
in interface com.aspose.ms.System.Collections.Generic.IGenericEnumerable<IExtraColorScheme>
iterator
in interface com.aspose.ms.System.Collections.IEnumerable<IExtraColorScheme>
iterator
in interface java.lang.Iterable<IExtraColorScheme>
T:System.Collections.Generic.IEnumerator`1
that can be used to iterate through the collection.public void copyTo(IExtraColorScheme[] array, int index)
Copies all elements of the collection to the specified array.
copyTo
in interface IGenericCollection<IExtraColorScheme>
array
- Target array.index
- Starting index in the array.public boolean isSynchronized()
Returns a value indicating whether access to the ArrayList is synchronized (thread safe).
Read-only boolean
.
isSynchronized
in interface IGenericCollection<IExtraColorScheme>
public java.lang.Object getSyncRoot()
Returns an object that can be used to synchronize access to the collection.
Read-only Object
.
Returns a synchronization root.
Read-only Object
.
getSyncRoot
in interface IGenericCollection<IExtraColorScheme>
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |