WdTwoLinesInOneType Enum
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.
Specifies the character to use to enclose two lines being written into one.
public enum class WdTwoLinesInOneType
[System.Runtime.InteropServices.Guid("A6872888-D8A9-3BFA-9EAD-0998D01E37D1")]
public enum WdTwoLinesInOneType
type WdTwoLinesInOneType =
Public Enum WdTwoLinesInOneType
- Inheritance
-
WdTwoLinesInOneType
- Attributes
Fields
Name | Value | Description |
---|---|---|
wdTwoLinesInOneNone | 0 | Restore the two lines of text written into one to two separate lines. |
wdTwoLinesInOneNoBrackets | 1 | Use no enclosing character. |
wdTwoLinesInOneParentheses | 2 | Enclose the lines using parentheses. |
wdTwoLinesInOneSquareBrackets | 3 | Enclose the lines using square brackets. |
wdTwoLinesInOneAngleBrackets | 4 | Enclose the lines using angle brackets. |
wdTwoLinesInOneCurlyBrackets | 5 | Enclose the lines using curly brackets. |