_Font.Line Property

Definition

Gets a LineFormat object that specifies the formatting for a line.

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

Property Value

A LineFormat object.

Remarks

Read/write.

Applies to