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.
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 |
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()