WdLineEndingType Enumeration
Specifies how Microsoft Word marks the line and paragraph breaks in documents saved as text files.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Public Enumeration WdLineEndingType
'Usage
Dim instance As WdLineEndingType
public enum WdLineEndingType
Members
Member name | Description | |
---|---|---|
wdCRLF | Carriage return plus line feed. | |
wdCROnly | Carriage return only. | |
wdLFOnly | Line feed only. | |
wdLFCR | Line feed plus carriage return. | |
wdLSPS | Not supported. |
Remarks
Used with the TextLineEnding property of the Document object.