ismartartnode-ag凯发旗舰厅



com.spire.presentation.diagrams
interface ismartartnode


public interface ismartartnode

method summary
 ismartartnodecollection getchildnodes()
          gets collections of all child nodes of current node
 clickhyperlink getclick()
          gets the hyperlink defined for mouse click.
 boolean getcustomtext()
          whether custom text.
 int getlevel()
          nesting level of node.
 int getposition()
          position of node among sibling nodes.
 itextframeproperties gettextframe()
          return text of the smartart node.
 boolean isassistant()
          return node as assistant.
 void isassistant(boolean value)
          set node as assistant.
 void setclick(clickhyperlink clickhyperlink)
          sets the hyperlink defined for mouse click.
 void setcustomtext(boolean value)
           
 int setposition(int value)
           
 void settextframe(itextframeproperties value)
          set text of the smartart node.
 
method detail

getchildnodes

ismartartnodecollection getchildnodes()
gets collections of all child nodes of current node
returns:

gettextframe

itextframeproperties gettextframe()
return text of the smartart node.
returns:

settextframe

void settextframe(itextframeproperties value)
set text of the smartart node.

isassistant

boolean isassistant()
return node as assistant.
returns:

isassistant

void isassistant(boolean value)
set node as assistant.

getlevel

int getlevel()
nesting level of node.
returns:

getposition

int getposition()
position of node among sibling nodes.
returns:

setposition

int setposition(int value)

getclick

clickhyperlink getclick()
gets the hyperlink defined for mouse click.
returns:

setclick

void setclick(clickhyperlink clickhyperlink)
sets the hyperlink defined for mouse click.
parameters:
clickhyperlink -

getcustomtext

boolean getcustomtext()
whether custom text.
returns:

setcustomtext

void setcustomtext(boolean value)


网站地图