SmartArtNode Interface

Definition

A single semantic node within the data model of a SmartArt graphic.

public interface class SmartArtNode : Microsoft::Office::Core::_IMsoDispObj
[System.Runtime.InteropServices.Guid("000C03C8-0000-0000-C000-000000000046")]
public interface SmartArtNode : Microsoft.Office.Core._IMsoDispObj
[<System.Runtime.InteropServices.Guid("000C03C8-0000-0000-C000-000000000046")>]
type SmartArtNode = interface
    interface _IMsoDispObj
Public Interface SmartArtNode
Implements _IMsoDispObj
Attributes
Implements

Properties

Application

Gets an Application object that represents the container application for the SmartArtNode object.

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.

Methods

AddNode(MsoSmartArtNodePosition, MsoSmartArtNodeType)

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.

Applies to