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_DiagramNodeExCollection_New()
          Deprecated.  Add new node at the end of current nodes collection
 DiagramNodeEx addNodeByPosition_DiagramNodeExCollection_New(int position)
          Deprecated.  Add new node in the selected position of nodes collection
 DiagramNodeEx get_Item_DiagramNodeExCollection_New(int index)
          Deprecated.  Returnsnode by index
 DiagramNodeEx getNodeByPosition_DiagramNodeExCollection_New(int position)
          Deprecated.  Get node by selected position
 boolean removeNodeByPosition_DiagramNodeExCollection_New(int position)
          Deprecated.  Remoove node from selected position
 
Methods inherited from class com.aspose.slides.SmartArtNodeExCollection
addNode, addNodeByPosition, copyTo, get_Item, getCount, getNodeByPosition, getSyncRoot, isSynchronized, iterator, removeNode, removeNode, removeNodeByPosition
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

get_Item_DiagramNodeExCollection_New

public DiagramNodeEx get_Item_DiagramNodeExCollection_New(int index)
Deprecated. 

Returnsnode by index

Parameters:
index -
Returns:

addNode_DiagramNodeExCollection_New

public DiagramNodeEx addNode_DiagramNodeExCollection_New()
Deprecated. 

Add new node at the end of current nodes collection

Returns:

addNodeByPosition_DiagramNodeExCollection_New

public DiagramNodeEx addNodeByPosition_DiagramNodeExCollection_New(int position)
Deprecated. 

Add new node in the selected position of nodes collection

Parameters:
position -
Returns:

getNodeByPosition_DiagramNodeExCollection_New

public DiagramNodeEx getNodeByPosition_DiagramNodeExCollection_New(int position)
Deprecated. 

Get node by selected position

Parameters:
position -
Returns:

removeNodeByPosition_DiagramNodeExCollection_New

public boolean removeNodeByPosition_DiagramNodeExCollection_New(int position)
Deprecated. 

Remoove node from selected position

Parameters:
position -
Returns: