Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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)
Syntax
'Declaration
Public Enumeration WdTwoLinesInOneType
'Usage
Dim instance As WdTwoLinesInOneType
public enum WdTwoLinesInOneType
Members
| 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. |