com.aspose.slides
Interface IControlCollection
- All Superinterfaces:
- com.aspose.ms.System.Collections.ICollection<IControl>, com.aspose.ms.System.Collections.IEnumerable<IControl>, com.aspose.ms.System.Collections.Generic.IGenericEnumerable<IControl>, java.lang.Iterable<IControl>
- All Known Implementing Classes:
- ControlCollection
public interface IControlCollection
- extends com.aspose.ms.System.Collections.ICollection<IControl>, com.aspose.ms.System.Collections.Generic.IGenericEnumerable<IControl>
A collection of ActiveX controls.
Methods inherited from interface com.aspose.ms.System.Collections.ICollection |
copyTo, getSyncRoot, isSynchronized, size |
Methods inherited from interface com.aspose.ms.System.Collections.Generic.IGenericEnumerable |
iterator |
remove
void remove(IControl item)
removeAt
void removeAt(int index)
clear
void clear()
get_Item
IControl get_Item(int index)
addControl
IControl addControl(int controlType,
float x,
float y,
float width,
float height)