ISmartArtNode class

ISmartArtNode class

Represents node of a SmartArt diagram.

The ISmartArtNode type exposes the following members:

Properties

PropertyDescription
child_nodesReturns collections of all child nodes of current node.
Read-only ISmartArtNodeCollection.
shapesReturns collections of all shapes associated with the node.
Read-only ISmartArtShapeCollection.
text_frameReturns or sets text of the node.
Read-only ITextFrame.
is_assistantReturns or sets the node as assistant.
Read/write bool.
levelReturns nesting level of the node.
Read-only int.
bullet_fill_formatReturns 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.
positionReturns or sets zero-based position of the node among sibling nodes.
Read/write int.
is_hiddenReturns true if this node is a hidden node in the data model.
Read-only bool.
organization_chart_layoutReturns or sets organization chart layout type associated with current node.
Read/write OrganizationChartLayoutType.

Methods

MethodDescription
removeRemove current node.

See Also