WdTwoLinesInOneType enumeration
Office 2013 and later
Specifies the character to use to enclose two lines being written into one.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
| Member name | Description | |
|---|---|---|
| wdTwoLinesInOneNone | Restore the two lines of text written into one to two separate lines. | |
| wdTwoLinesInOneNoBrackets | Use no enclosing character. | |
| wdTwoLinesInOneParentheses | Enclose the lines using parentheses. | |
| wdTwoLinesInOneSquareBrackets | Enclose the lines using square brackets. | |
| wdTwoLinesInOneAngleBrackets | Enclose the lines using angle brackets. | |
| wdTwoLinesInOneCurlyBrackets | Enclose the lines using curly brackets. |
Show: