|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 |
---|
ISmartArtNodeCollection getChildNodes()
ITextFrameProperties getTextFrame()
void setTextFrame(ITextFrameProperties value)
boolean isAssistant()
void isAssistant(boolean value)
int getLevel()
int getPosition()
int setPosition(int value)
ClickHyperlink getClick()
void setClick(ClickHyperlink clickHyperlink)
clickHyperlink
- boolean getCustomText()
void setCustomText(boolean value)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |