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

SmartArtColor オブジェクトのコンテナー アプリケーションを表す Application オブジェクトを取得します。

Category

SmartArt の色のスタイルに関連付けられている主なカテゴリ名を取得します。

Creator

このオブジェクトを作成したアプリケーションを示す、32 ビットの整数値を返します。

Description

SmartArt カラー スタイルの説明を返します。

Id

関連付けられている SmartArt カラー スタイルの一意の識別子を返します。

Name

SmartArt カラー スタイルの文字列名を返します。

Parent

呼び出し側オブジェクトを返します。

適用対象