SmartArtNode Members
Include Protected Members
Include Inherited Members
A single semantic node within the data model of a SmartArt graphic.
The SmartArtNode type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() |
Application | (Inherited from _IMsoDispObj.) |
![]() |
Application | Gets an Application object that represents the container application for the SmartArtNode object. |
![]() |
Creator | (Inherited from _IMsoDispObj.) |
![]() |
Creator | Gets a 32-bit integer that indicates the application in which the SmartArtNode object was created. |
![]() |
Hidden | Returns true if this node is a hidden node in the data model. |
![]() |
Level | Returns the node’s level in the hierarchy. |
![]() |
Nodes | Returns the child nodes associated with this SmartArt Node. |
![]() |
OrgChartLayout | Returns or sets the MsoOrgChartLayoutType associated with this node if there is one. |
![]() |
Parent | Gets the calling object. |
![]() |
ParentNode | Returns the parent SmartArtNode of this SmartArtNode. |
![]() |
Shapes | Returns the shape range associated with this SmartArtNode object. |
![]() |
TextFrame2 | Returns the text associated with the SmartArtNode object. |
![]() |
Type | Returns the type of SmartArt node. |
Top
Methods
Name | Description | |
---|---|---|
![]() |
AddNode | Adds a new SmartArt node to the data model in the way specified by the Position value, and Type. |
![]() |
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. 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 reorders the node’s entire family. |
![]() |
ReorderUp | Swaps a node with the previous node in the bulleted list. This method reorders the node’s 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. |
Top