ListLevel.Font プロパティ

定義

指定したオブジェクトの Font 文字書式を表すオブジェクトを取得または設定します。

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

プロパティ値

注釈

このプロパティを設定するには、 Font オブジェクトを返す式を指定します。

適用対象