|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IControlCollection
A collection of ActiveX controls.
Method Summary | |
---|---|
IControl |
addControl(int controlType,
float x,
float y,
float width,
float height)
|
void |
clear()
Removes all controls from the collection. |
IControl |
get_Item(int index)
Returns a control at the specified position. |
void |
remove(IControl item)
Removes an ActiveX control from the collection. |
void |
removeAt(int index)
Removes an ActiveX control stored at specified position from the collection. |
Methods inherited from interface com.aspose.slides.IGenericCollection |
---|
copyTo, getSyncRoot, isSynchronized, size |
Methods inherited from interface com.aspose.ms.System.Collections.Generic.IGenericEnumerable |
---|
iterator |
Method Detail |
---|
void remove(IControl item)
Removes an ActiveX control from the collection.
item
- A control to remove.void removeAt(int index)
Removes an ActiveX control stored at specified position from the collection.
index
- Index of a control to remove.void clear()
Removes all controls from the collection.
IControl get_Item(int index)
Returns a control at the specified position.
index
- Index of a control.IControl addControl(int controlType, float x, float y, float width, float height)
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |