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.


Method Summary
 IControl addControl(int controlType, float x, float y, float width, float height)
           
 void clear()
           
 IControl get_Item(int index)
           
 void remove(IControl item)
           
 void removeAt(int index)
           
 
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
 

Method Detail

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)