|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ISmartArtNodeCollection
| Method Summary | |
|---|---|
ISmartArtNode |
addNode()
Add new smart art node or sub node. |
ISmartArtNode |
addNodeByPosition(int position)
|
void |
copyTo(java.lang.Object[] array,
int index)
Copies all elements from the collection to the specified array. |
ISmartArtNode |
get(int index)
Getsnode by index |
int |
getCount()
Gets count of nodes in collection |
ISmartArtNode |
getNodeByPosition(int position)
Get node by selected position |
java.lang.Object |
getSyncRoot()
Gets a synchronization root. |
boolean |
isSynchronized()
Gets a value indicating whether access to the collection is synchronized (thread-safe). |
void |
removeNode(int index)
Remove node or sub node by index |
void |
removeNode(ISmartArtNode node)
Remove node or sub node |
boolean |
removeNodeByPosition(int position)
Remove node from selected position |
| Method Detail |
|---|
int getCount()
ISmartArtNode get(int index)
index -
ISmartArtNode addNode()
throws DocumentEditException
java.lang.IllegalAccessException
java.lang.reflect.InvocationTargetException
java.lang.InstantiationException
PptReadException
DocumentEditException
PptxException
void removeNode(int index)
throws DocumentEditException
index -
PptException
java.lang.reflect.InvocationTargetException
DocumentEditException
PptxException
java.lang.InstantiationException
java.lang.IllegalAccessException
void removeNode(ISmartArtNode node)
throws DocumentEditException
node -
java.lang.IllegalAccessException
PptReadException
DocumentEditException
java.lang.InstantiationException
java.lang.reflect.InvocationTargetException
PptxExceptionISmartArtNode getNodeByPosition(int position)
position -
boolean removeNodeByPosition(int position)
throws DocumentEditException
position -
java.lang.IllegalAccessException
PptReadException
DocumentEditException
java.lang.InstantiationException
java.lang.reflect.InvocationTargetException
PptxException
ISmartArtNode addNodeByPosition(int position)
throws DocumentEditException
position - : postion of node in smartArt.
java.lang.IllegalAccessException
java.lang.InstantiationException
java.lang.reflect.InvocationTargetException
PptxException
PptReadException
DocumentEditException
void copyTo(java.lang.Object[] array,
int index)
array - index - boolean isSynchronized()
java.lang.Object getSyncRoot()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||