SmartArtColor 接口

定义

表示 SmartArt 图表的配色方案。

public interface class SmartArtColor : Microsoft::Office::Core::_IMsoDispObj
[System.Runtime.InteropServices.Guid("000C03CE-0000-0000-C000-000000000046")]
public interface SmartArtColor : Microsoft.Office.Core._IMsoDispObj
[<System.Runtime.InteropServices.Guid("000C03CE-0000-0000-C000-000000000046")>]
type SmartArtColor = interface
    interface _IMsoDispObj
Public Interface SmartArtColor
Implements _IMsoDispObj
属性
实现

注解

模拟 Microsoft Office Fluent 功能区用户界面中“SmartArt 工具”选项卡上“设计”组内的“更改颜色”命令上的命令。

属性

Application

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

Category

检索与 SmartArt 颜色样式关联的主类别名称。

Creator

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

Description

返回 SmartArt 颜色样式的说明。

Id

返回关联的 SmartArt 颜色样式的唯一标识符。

Name

返回 SmartArt 颜色样式的字符串名称。

Parent

返回调用对象。

适用于