|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.slides.FillFormatCollectionEffectiveData
public class FillFormatCollectionEffectiveData
Immutable FillFormatCollection object.
Method Summary | |
---|---|
void |
copyTo(IFillFormatEffectiveData[] array,
int index)
Copies all elements from the collection to the specified array. |
IFillFormatEffectiveData |
get_Item(int index)
Gets the element at the specified index. |
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<IFillFormatEffectiveData> |
iterator()
Returns an enumerator that iterates through the collection. |
int |
size()
Gets the number of elements actually contained in the collection. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public int size()
Gets the number of elements actually contained in the collection.
Read-only int
.
size
in interface IGenericCollection<IFillFormatEffectiveData>
public IFillFormatEffectiveData get_Item(int index)
Gets the element at the specified index.
Read-only IFillFormatEffectiveData
.
get_Item
in interface IFillFormatCollectionEffectiveData
public com.aspose.ms.System.Collections.Generic.IGenericEnumerator<IFillFormatEffectiveData> iterator()
Returns an enumerator that iterates through the collection.
iterator
in interface com.aspose.ms.System.Collections.Generic.IGenericEnumerable<IFillFormatEffectiveData>
iterator
in interface com.aspose.ms.System.Collections.IEnumerable<IFillFormatEffectiveData>
iterator
in interface java.lang.Iterable<IFillFormatEffectiveData>
T:System.Collections.Generic.IEnumerator`1
that can be used to iterate through the collection.public void copyTo(IFillFormatEffectiveData[] array, int index)
Copies all elements from the collection to the specified array.
copyTo
in interface IGenericCollection<IFillFormatEffectiveData>
array
- Target array.index
- Starting index in the target array.public boolean isSynchronized()
Returns a value indicating whether access to the collection is synchronized (thread-safe).
Read-only boolean
.
isSynchronized
in interface IGenericCollection<IFillFormatEffectiveData>
public java.lang.Object getSyncRoot()
Returns a synchronization root.
Read-only Object
.
getSyncRoot
in interface IGenericCollection<IFillFormatEffectiveData>
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |