次の方法で共有


_Font.Line プロパティ

定義

行の LineFormat 書式を指定する オブジェクトを取得します。

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

プロパティ値

LineFormat オブジェクト。

注釈

値の取得と設定が可能です。

適用対象