ismartartnodecollection-ag凯发旗舰厅



com.spire.presentation.diagrams
interface ismartartnodecollection

all superinterfaces:
com.spire.ms.system.collections.ienumerable, java.lang.iterable

public interface ismartartnodecollection
extends com.spire.ms.system.collections.ienumerable

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

getcount

int getcount()
gets count of nodes in collection
returns:

get

ismartartnode get(int index)
getsnode by index
parameters:
index -
returns:

addnode

ismartartnode addnode()
                      throws documenteditexception
add new smart art node or sub node.
returns:
throws:
java.lang.illegalaccessexception
java.lang.reflect.invocationtargetexception
java.lang.instantiationexception
documenteditexception

removenode

void removenode(int index)
                throws documenteditexception
remove node or sub node by index
parameters:
index -
throws:
java.lang.reflect.invocationtargetexception
documenteditexception
java.lang.instantiationexception
java.lang.illegalaccessexception

removenode

void removenode(ismartartnode node)
                throws documenteditexception
remove node or sub node
parameters:
node -
throws:
java.lang.illegalaccessexception
documenteditexception
java.lang.instantiationexception
java.lang.reflect.invocationtargetexception

getnodebyposition

ismartartnode getnodebyposition(int position)
get node by selected position
parameters:
position -
returns:

removenodebyposition

boolean removenodebyposition(int position)
                             throws documenteditexception
remove node from selected position
parameters:
position -
returns:
throws:
java.lang.illegalaccessexception
documenteditexception
java.lang.instantiationexception
java.lang.reflect.invocationtargetexception

addnodebyposition

ismartartnode addnodebyposition(int position)
                                throws documenteditexception
parameters:
position - : postion of node in smartart.
returns:
smartart node.
throws:
java.lang.illegalaccessexception
java.lang.instantiationexception
java.lang.reflect.invocationtargetexception
documenteditexception

copyto

void copyto(java.lang.object[] array,
            int index)
copies all elements from the collection to the specified array.
parameters:
array -
index -

issynchronized

boolean issynchronized()
gets a value indicating whether access to the collection is synchronized (thread-safe).
returns:

getsyncroot

java.lang.object getsyncroot()
gets a synchronization root. readonly .
returns:


网站地图