SmartArtNode

SmartArtNode class

Represents node of a SmartArt object

getBulletFillFormat

NameDescription
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

NameDescription
getChildNodes ()Returns collections of all child nodes of the current node. Read-only ISmartArtNodeCollection.

Returns: SmartArtNodeCollection


getLevel

NameDescription
getLevel ()Returns nesting level of the node. Read-only int.

Returns: int


getOrganizationChartLayout

NameDescription
getOrganizationChartLayout ()Returns or sets organization chart layout type associated with current node. Read/write OrganizationChartLayoutType.

Returns: int


getPosition

NameDescription
getPosition ()Returns or sets zero-based position of node among sibling nodes. Read/write int.

Returns: int

Exception

ErrorCondition
ArgumentOutOfRangeExceptionvalue is less than 0. -or- value is equal to or greater than siblings count

getShapes

NameDescription
getShapes ()Returns collections of all shapes associated with the node. Read-only ISmartArtShapeCollection.

Returns: SmartArtShapeCollection


getTextFrame

NameDescription
getTextFrame ()Returns or sets text of the node. Read-only ITextFrame.

Returns: TextFrame


isAssistant

NameDescription
isAssistant ()Returns or sets the node as assistant. Read/write boolean.

Returns: boolean


isHidden

NameDescription
isHidden ()Returns true if this node is a hidden node in the data model. Read-only boolean.

Returns: boolean


remove

NameDescription
remove ()Remove current node.

Returns: boolean


setAssistant

NameDescription
setAssistant (boolean)Returns or sets the node as assistant. Read/write boolean.

Returns: void


setOrganizationChartLayout

NameDescription
setOrganizationChartLayout (int)Returns or sets organization chart layout type associated with current node. Read/write OrganizationChartLayoutType.

Returns: void


setPosition

NameDescription
setPosition (int)Returns or sets zero-based position of node among sibling nodes. Read/write int.

Returns: void

Exception

ErrorCondition
ArgumentOutOfRangeExceptionvalue is less than 0. -or- value is equal to or greater than siblings count