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 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)
Usage
Dim wdLineEndingType1 As WdLineEndingType = WdLineEndingType.wdCRLF
Syntax
Public Enum WdLineEndingType
public enum WdLineEndingType
public enum class WdLineEndingType
public enum WdLineEndingType
public enum WdLineEndingType
Members
| Member name | Description |
|---|---|
| wdCRLF | Carriage return plus line feed. |
| wdCROnly | Carriage return only. |
| wdLFCR | Line feed plus carriage return. |
| wdLFOnly | Line feed only. |
| wdLSPS | Not supported. |
Remarks
Used with the TextLineEnding property of the Document object.
Platforms
Development Platforms
Windows XP Home Edition, Windows XP Professional, Windows Server 2003, and Windows 2000