com.aspose.slides
Class ExtraColorSchemeCollection

java.lang.Object
  extended by com.aspose.slides.ExtraColorSchemeCollection
All Implemented Interfaces:
com.aspose.ms.System.Collections.Generic.IGenericEnumerable<IExtraColorScheme>, com.aspose.ms.System.Collections.IEnumerable<IExtraColorScheme>, IExtraColorSchemeCollection, IGenericCollection<IExtraColorScheme>, java.lang.Iterable<IExtraColorScheme>

public class ExtraColorSchemeCollection
extends java.lang.Object
implements IExtraColorSchemeCollection

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

size

public int size()

Returns a number of elements int the collection. Read-only int.

Specified by:
size in interface IGenericCollection<IExtraColorScheme>

get_Item

public IExtraColorScheme get_Item(int index)

Returns an color scheme by index. Read-only ExtraColorScheme.

Specified by:
get_Item in interface IExtraColorSchemeCollection

getParent_Immediate

public com.aspose.slides.IDOMObject getParent_Immediate()

Returns Parent_Immediate object. Read-only IDOMObject.


iterator

public com.aspose.ms.System.Collections.Generic.IGenericEnumerator<IExtraColorScheme> iterator()

Returns an enumerator that iterates through the collection.

Specified by:
iterator in interface com.aspose.ms.System.Collections.Generic.IGenericEnumerable<IExtraColorScheme>
Specified by:
iterator in interface com.aspose.ms.System.Collections.IEnumerable<IExtraColorScheme>
Specified by:
iterator in interface java.lang.Iterable<IExtraColorScheme>
Returns:
A T:System.Collections.Generic.IEnumerator`1 that can be used to iterate through the collection.

copyTo

public void copyTo(IExtraColorScheme[] array,
                   int index)

Copies all elements of the collection to the specified array.

Specified by:
copyTo in interface IGenericCollection<IExtraColorScheme>
Parameters:
array - Target array.
index - Starting index in the array.

isSynchronized

public boolean isSynchronized()

Returns a value indicating whether access to the ArrayList is synchronized (thread safe). Read-only boolean.

Specified by:
isSynchronized in interface IGenericCollection<IExtraColorScheme>

getSyncRoot

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.

Specified by:
getSyncRoot in interface IGenericCollection<IExtraColorScheme>


Copyright © Copyright 2004-2016 Aspose Pty Ltd. All Rights Reserved.