WdTwoLinesInOneType Enumeration 

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)

Usage

Dim wdTwoLinesInOneType1 As WdTwoLinesInOneType = WdTwoLinesInOneType.wdTwoLinesInOneAngleBrackets

Syntax

Public Enum WdTwoLinesInOneType
public enum WdTwoLinesInOneType
public enum class WdTwoLinesInOneType
public enum WdTwoLinesInOneType
public enum WdTwoLinesInOneType

Members

Member name Description
wdTwoLinesInOneAngleBrackets Enclose the lines using angle brackets.
wdTwoLinesInOneCurlyBrackets Enclose the lines using curly brackets.
wdTwoLinesInOneNoBrackets Use no enclosing character.
wdTwoLinesInOneNone Restore the two lines of text written into one to two separate lines.
wdTwoLinesInOneParentheses Enclose the lines using parentheses.
wdTwoLinesInOneSquareBrackets Enclose the lines using square brackets.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, and Windows 2000

Target Platforms

See Also

Reference

Microsoft.Office.Interop.Word Namespace