_Font.Line Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.