com.aspose.slides
Class DiagramNodeExCollection

java.lang.Object
  extended by com.aspose.slides.SmartArtNodeExCollection
      extended by com.aspose.slides.DiagramNodeExCollection
All Implemented Interfaces:
com.aspose.ms.System.Collections.IEnumerable, java.lang.Iterable

Deprecated.

@Deprecated
public class DiagramNodeExCollection
extends SmartArtNodeExCollection

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

get_Item

public DiagramNodeEx get_Item(int index)
Deprecated. 

Returnsnode by index

Overrides:
get_Item in class SmartArtNodeExCollection
Parameters:
index -
Returns:

addNode

public DiagramNodeEx addNode()
Deprecated. 

Add new node at the end of current nodes collection

Overrides:
addNode in class SmartArtNodeExCollection
Returns:

addNodeByPosition

public DiagramNodeEx addNodeByPosition(int position)
Deprecated. 

Add new node in the selected position of nodes collection

Overrides:
addNodeByPosition in class SmartArtNodeExCollection
Parameters:
position -
Returns:

getNodeByPosition

public DiagramNodeEx getNodeByPosition(int position)
Deprecated. 

Get node by selected position

Overrides:
getNodeByPosition in class SmartArtNodeExCollection
Parameters:
position -
Returns:

removeNodeByPosition

public boolean removeNodeByPosition(int position)
Deprecated. 

Remoove node from selected position

Overrides:
removeNodeByPosition in class SmartArtNodeExCollection
Parameters:
position -
Returns: