|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.slides.ControlExCollection
public class ControlExCollection
A collection of ActiveX controls.
Method Summary | |
---|---|
void |
clear()
Removes all controls from the collection. |
void |
copyTo(java.lang.Object[] array,
int index)
Copies the entire collection to the specified array. |
ControlEx |
get_Item(int index)
Returns a control at the specified position. |
java.lang.Object |
getSyncRoot()
Returns a synchronization root. |
boolean |
isSynchronized()
Returns a value indicating whether access to the collection is synchronized (thread-safe). |
com.aspose.ms.System.Collections.IEnumerator<ControlEx> |
iterator()
Returns an enumerator for the entire collection. |
void |
remove(ControlEx item)
Removes an ActiveX control from the collection. |
void |
removeAt(int index)
Removes an ActiveX control stored at specified position from the collection. |
int |
size()
Returns a number of objects in the collection. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public int size()
Returns a number of objects in the collection.
size
in interface com.aspose.ms.System.Collections.ICollection<ControlEx>
public void remove(ControlEx item)
Removes an ActiveX control from the collection.
item
- A control to remove.public void removeAt(int index)
Removes an ActiveX control stored at specified position from the collection.
index
- Index of a control to remove.public void clear()
Removes all controls from the collection.
public ControlEx get_Item(int index)
Returns a control at the specified position.
index
- Index of a control.public com.aspose.ms.System.Collections.IEnumerator<ControlEx> iterator()
Returns an enumerator for the entire collection.
iterator
in interface com.aspose.ms.System.Collections.IEnumerable<ControlEx>
iterator
in interface java.lang.Iterable<ControlEx>
public void copyTo(java.lang.Object[] array, int index)
Copies the entire collection to the specified array.
copyTo
in interface com.aspose.ms.System.Collections.ICollection<ControlEx>
array
- Target arrayindex
- Index in the target array.public boolean isSynchronized()
Returns a value indicating whether access to the collection is synchronized (thread-safe).
isSynchronized
in interface com.aspose.ms.System.Collections.ICollection<ControlEx>
public java.lang.Object getSyncRoot()
Returns a synchronization root.
Readonly object
.
getSyncRoot
in interface com.aspose.ms.System.Collections.ICollection<ControlEx>
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |