com.aspose.slides
Interface IColorOperationCollection

All Superinterfaces:
com.aspose.ms.System.ICloneable, com.aspose.ms.System.Collections.ICollection<IColorOperation>, com.aspose.ms.System.Collections.IEnumerable<IColorOperation>, com.aspose.ms.System.Collections.Generic.IGenericEnumerable<IColorOperation>, java.lang.Iterable<IColorOperation>
All Known Implementing Classes:
ColorOperationCollection

public interface IColorOperationCollection
extends com.aspose.ms.System.Collections.ICollection<IColorOperation>, com.aspose.ms.System.ICloneable, com.aspose.ms.System.Collections.Generic.IGenericEnumerable<IColorOperation>

Represents a collection of color transform operations.


Method Summary
 IColorOperation add(int operation)
           
 IColorOperation add(int operation, float parameter)
           
 void clear()
           
 IColorOperation get_Item(int index)
           
 IColorOperation insert(int position, int operation)
           
 IColorOperation insert(int position, int operation, float parameter)
           
 void removeAt(int index)
           
 void set_Item(int index, IColorOperation value)
           
 
Methods inherited from interface com.aspose.ms.System.Collections.ICollection
copyTo, getSyncRoot, isSynchronized, size
 
Methods inherited from interface com.aspose.ms.System.ICloneable
deepClone
 
Methods inherited from interface com.aspose.ms.System.Collections.Generic.IGenericEnumerable
iterator
 

Method Detail

get_Item

IColorOperation get_Item(int index)

set_Item

void set_Item(int index,
              IColorOperation value)

add

IColorOperation add(int operation,
                    float parameter)

add

IColorOperation add(int operation)

insert

IColorOperation insert(int position,
                       int operation,
                       float parameter)

insert

IColorOperation insert(int position,
                       int operation)

removeAt

void removeAt(int index)

clear

void clear()