Share via


SmartArtNode 接口

定义

SmartArt 图形数据模型中的单个语义节点。

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
属性
实现

属性

Application

获取一个 Application 对象,该对象代表 SmartArtNode 对象的容器应用程序。

Creator

获取一个 32 位整数,该整数指示在其中创建了 SmartArtNode 对象的应用程序。

Hidden

如果此节点是数据模型中的隐藏节点,则返回 true

Level

返回层次结构中的节点级别。

Nodes

返回与此 SmartArt 节点关联的子节点。

OrgChartLayout

返回或设置 MsoOrgChartLayoutType 与此节点关联的 (如果有)。

Parent

获取调用对象。

ParentNode

返回此 SmartArtNode 的父 SmartArtNode

Shapes

返回与此 SmartArtNode 对象关联的形状范围。

TextFrame2

返回与该 SmartArtNode 对象关联的文本。

Type

返回 SmartArt 节点的类型。

方法

AddNode(MsoSmartArtNodePosition, MsoSmartArtNodeType)

以 值 和 Type指定的方式向数据模型添加新的 Position SmartArt 节点。

Delete()

删除当前的 SmartArt 节点。

Demote()

将当前节点在数据模型中降低一级。

Larger()

增加 SmartArt 的大小。 模拟 SmartArt 的 Microsoft Office Fluent 功能区“格式”选项卡上的“增大”按钮的行为。

Promote()

将当前节点(以及它的所有子级)在数据模型中提升一级。

ReorderDown()

与项目符号列表中的下一个节点交换节点。 此方法对节点的整个系列进行重新排序。

ReorderUp()

与项目符号列表中的上一个节点交换节点。 此方法对节点的整个系列进行重新排序。

Smaller()

减小 SmartArt 的大小。 模拟 SmartArt 的 Microsoft Office Fluent 功能区用户界面的“格式”选项卡上的“减小”按钮的行为。

适用于