SmartArtNode members (Office)
A single semantic node within the data model of a SmartArt graphic.
Methods
Name | Description |
---|---|
AddNode | Adds a new SmartArtNode to the data model in the way specified by the SmartArtNodePosition value, and of type SmartArtNodeType. |
Delete | Removes the current SmartArt node. |
Demote | Demotes the current node a single level within the data model. |
Larger | Increases the size of the SmartArt node. Mimics the behavior of the Larger button on the Microsoft Office Fluent Ribbon Format tab for SmartArt. |
Promote | Promotes the current node (and all its children) a single level within the data model. |
ReorderDown | Swaps a node with the next node in the bulleted list. This method reorder's the nodes entire family. |
ReorderUp | Swaps a node with the previous node in the bulleted list. This method reorder's the nodes entire family. |
Smaller | Decreases the size of the SmartArt. Mimics the behavior of the Smaller button on the Microsoft Office Fluent Ribbon UI Format tab for SmartArt. |
Properties
Name | Description |
---|---|
Application | Gets an Application object that represents the container application for the SmartArtNode object. Read-only. |
Creator | Gets a 32-bit integer that indicates the application in which the SmartArtNode object was created. Read-only. |
Hidden | Returns True if this node is a hidden node in the data model. Read-only. |
Level | Retrieves the node's level in the hierarchy. Read-only. |
Nodes | Retrieves the children nodes associated with this SmartArtNode. Read-only. |
OrgChartLayout | Retrieves or sets the MsoOrgChartLayoutType associated with this node if there is one. Read/write. |
Parent | Returns the calling object. Read-only. |
ParentNode | Retrieves the parent SmartArtNode of this SmartArtNode. Read-only. |
Shapes | Returns the shape range associated with this SmartArtNode object. Read-only. |
TextFrame2 | Returns the text associated with the SmartArtNode object. Read-only. |
Type | Retrieves the type of SmartArtNode object. Read-only. |
Support and feedback
Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.