SmartArtColors 接口
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
SmartArt 颜色样式的集合。
public interface class SmartArtColors : Microsoft::Office::Core::_IMsoDispObj, System::Collections::IEnumerable
[System.Runtime.InteropServices.Guid("000C03CD-0000-0000-C000-000000000046")]
public interface SmartArtColors : Microsoft.Office.Core._IMsoDispObj, System.Collections.IEnumerable
[<System.Runtime.InteropServices.Guid("000C03CD-0000-0000-C000-000000000046")>]
type SmartArtColors = interface
interface _IMsoDispObj
interface IEnumerable
Public Interface SmartArtColors
Implements _IMsoDispObj, IEnumerable
- 属性
- 实现
注解
模拟 Microsoft Office Fluent 功能区用户界面中“SmartArt 工具”选项卡上“设计”组内的“更改颜色”命令上的命令。
属性
Application |
获取一个 Object 对象,该对象表示 SmartArtColors 对象的容器应用程序。 |
Count |
获取 SmartArtColors 集合中包含的 SmartArtColor 对象数的计数。 |
Creator |
获取一个 32 位整数,该整数指示在其中创建了 SmartArtColors 对象的应用程序。 |
Item[Object] |
SmartArtColor获取位于指定索引处或具有指定唯一标识符的对象。 |
Parent |
返回调用对象。 |
方法
GetEnumerator() |
SmartArt 颜色样式的集合。 |