SmartArtNode SmartArtNode class Represents node of a SmartArt object
Name Description getBulletFillFormat () Returns the FillFormat object that contains fill formatting properties for a node bullet. Note: can return null for certain types of SmartArt layout which does not provide bullets for nodes. Read-only IFillFormat.
Returns:
FillFormat
getChildNodes Name Description getChildNodes () Returns collections of all child nodes of the current node. Read-only ISmartArtNodeCollection.
Returns:
SmartArtNodeCollection
getLevel Name Description getLevel () Returns nesting level of the node. Read-only int.
Returns:
int
getOrganizationChartLayout Name Description getOrganizationChartLayout () Returns or sets organization chart layout type associated with current node. Read/write OrganizationChartLayoutType.
Returns:
int
getPosition Name Description getPosition () Returns or sets zero-based position of node among sibling nodes. Read/write int.
Returns:
int
Error
Error Condition ArgumentOutOfRangeException value is less than 0. -or- value is equal to or greater than siblings count
getShapes Name Description getShapes () Returns collections of all shapes associated with the node. Read-only ISmartArtShapeCollection.
Returns:
SmartArtShapeCollection
getTextFrame Name Description getTextFrame () Returns text frame of the node. Read-only ITextFrame.
Returns:
TextFrame
isAssistant Name Description isAssistant () Returns or sets the node as assistant. Read/write boolean.
Returns:
boolean
isHidden Name Description isHidden () Returns true if this node is a hidden node in the data model. Read-only boolean.
Returns:
boolean
remove Name Description remove () Remove current node.
Returns:
boolean
setAssistant Name Description setAssistant (boolean) Returns or sets the node as assistant. Read/write boolean.
setOrganizationChartLayout Name Description setOrganizationChartLayout (int) Returns or sets organization chart layout type associated with current node. Read/write OrganizationChartLayoutType.
setPosition Name Description setPosition (int) Returns or sets zero-based position of node among sibling nodes. Read/write int.
Error
Error Condition ArgumentOutOfRangeException value is less than 0. -or- value is equal to or greater than siblings count