次の方法で共有


_Font.Fill プロパティ

定義

指定した FillFormat テキスト範囲で使用されるフォントの塗りつぶしの書式設定プロパティを含むオブジェクトを取得します。

public:
 property Microsoft::Office::Interop::Word::FillFormat ^ Fill { Microsoft::Office::Interop::Word::FillFormat ^ get(); void set(Microsoft::Office::Interop::Word::FillFormat ^ value); };
public Microsoft.Office.Interop.Word.FillFormat Fill { get; set; }
member this.Fill : Microsoft.Office.Interop.Word.FillFormat with get, set
Public Property Fill As FillFormat

プロパティ値

FillFormat オブジェクト。

注釈

読み取り専用です。

適用対象