Range.TwoLinesInOne 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.
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.