Selection.Style プロパティ

定義

指定したオブジェクトのスタイルを設定または返します。

public:
 property System::Object ^ Style { System::Object ^ get(); void set(System::Object ^ value); };
public object Style { get; set; }
member this.Style : obj with get, set
Public Property Style As Object

プロパティ値

注釈

このプロパティを設定するには、スタイルのローカル名、整数、定数、またはスタイルを WdBuiltinStyle 表すオブジェクトを指定します。

適用対象