WdTwoLinesInOneType Enum

Definition

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

wdTwoLinesInOneAngleBrackets 4

Enclose the lines using angle brackets.

wdTwoLinesInOneCurlyBrackets 5

Enclose the lines using curly brackets.

wdTwoLinesInOneNoBrackets 1

Use no enclosing character.

wdTwoLinesInOneNone 0

Restore the two lines of text written into one to two separate lines.

wdTwoLinesInOneParentheses 2

Enclose the lines using parentheses.

wdTwoLinesInOneSquareBrackets 3

Enclose the lines using square brackets.

Applies to