|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.slides.SmartArtNodeExCollection
com.aspose.slides.DiagramNodeExCollection
@Deprecated public class DiagramNodeExCollection
Collection of diagram nodes
Method Summary | |
---|---|
DiagramNodeEx |
addNode()
Deprecated. Add new node at the end of current nodes collection |
DiagramNodeEx |
addNodeByPosition(int position)
Deprecated. Add new node in the selected position of nodes collection |
DiagramNodeEx |
get_Item(int index)
Deprecated. Returnsnode by index |
DiagramNodeEx |
getNodeByPosition(int position)
Deprecated. Get node by selected position |
boolean |
removeNodeByPosition(int position)
Deprecated. Remoove node from selected position |
Methods inherited from class com.aspose.slides.SmartArtNodeExCollection |
---|
copyTo, getCount, getSyncRoot, isSynchronized, iterator, removeNode, removeNode |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public DiagramNodeEx get_Item(int index)
Returnsnode by index
get_Item
in class SmartArtNodeExCollection
index
-
public DiagramNodeEx addNode()
Add new node at the end of current nodes collection
addNode
in class SmartArtNodeExCollection
public DiagramNodeEx addNodeByPosition(int position)
Add new node in the selected position of nodes collection
addNodeByPosition
in class SmartArtNodeExCollection
position
-
public DiagramNodeEx getNodeByPosition(int position)
Get node by selected position
getNodeByPosition
in class SmartArtNodeExCollection
position
-
public boolean removeNodeByPosition(int position)
Remoove node from selected position
removeNodeByPosition
in class SmartArtNodeExCollection
position
-
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |