|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.spire.presentation.collections.OleObjectCollection
public class OleObjectCollection
A collection of OleObject controls.
Constructor Summary | |
---|---|
OleObjectCollection(ActiveSlide parent)
|
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. |
OleObject |
get(int index)
Gets a control at the specified position. |
int |
getCount()
Gets a number of objects in the collection. |
java.lang.Object |
getSyncRoot()
Gets a synchronization root. |
boolean |
isSynchronized()
Gets a value indicating whether access to the collection is synchronized (thread-safe). |
com.spire.ms.System.Collections.IEnumerator |
iterator()
|
void |
remove(OleObject item)
Removes an OleObject control from the collection. |
void |
removeAt(int index)
Removes an OleObject control stored at specified position from the collection. |
int |
size()
Gets the size of the collection. |
Constructor Detail |
---|
public OleObjectCollection(ActiveSlide parent)
Method Detail |
---|
public int getCount()
public void remove(OleObject item)
item
- A control to remove.public void removeAt(int index)
index
- Index of a control to remove.public void clear()
public OleObject get(int index)
index
- Index of a control.
public int size()
public void copyTo(java.lang.Object[] array, int index)
array
- Target arrayindex
- Index in the target array.public boolean isSynchronized()
public java.lang.Object getSyncRoot()
public com.spire.ms.System.Collections.IEnumerator iterator()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |