Range.TwoLinesInOne Property

Definition

Returns or sets whether Microsoft Word sets two lines of text in one and specifies the characters that enclose the text, if any.

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

Property Value

Remarks

Setting the TwoLinesInOne property to wdTwoLinesInOneNoBrackets sets two lines of text in one without enclosing the text in any characters. Setting the TwoLinesInOne property to wdTwoLinesInOneNone restores a line of combined text to two separate lines.

Applies to