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 |
ObjectSmartArtColors オブジェクトのコンテナー アプリケーションを表す オブジェクトを取得します。 |
Count |
SmartArtColors コレクションに含まれる SmartArtColor オブジェクトの数を取得します。 |
Creator |
SmartArtColors オブジェクトが作成されたアプリケーションを示す 32 ビット整数を取得します。 |
Item[Object] |
指定した SmartArtColor インデックス位置または指定した一意識別子を持つオブジェクトを取得します。 |
Parent |
呼び出し側オブジェクトを返します。 |
メソッド
GetEnumerator() |
SmartArt の色スタイルのコレクションです。 |