GlowFormat インターフェイス

定義

Office グラフィックの周囲の光彩効果を表します。

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

プロパティ

Application

オブジェクトのコンテナー アプリケーションを表す Application オブジェクトを GlowFormat 取得します。 読み取り専用です。

Color

光彩として書式設定されたテキストの色を取得します。 読み取り専用です。

Creator

オブジェクトが作成されたアプリケーションを示す 32 ビット整数を GlowFormat 取得します。 読み取り専用です。

Radius

オブジェクトの光彩効果 GlowFormat の半径値を取得または設定します。 読み取り/書き込みが可能です。

Transparency

指定した光彩の透明度を 0.0 (不透明) から 1.0 (クリア) の値として取得または設定します。

適用対象