WdLineEndingType 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 how Microsoft Word marks the line and paragraph breaks in documents saved as text files.
public enum class WdLineEndingType
[System.Runtime.InteropServices.Guid("2C1156B5-27D4-329B-B946-C3C66207AE75")]
public enum WdLineEndingType
type WdLineEndingType =
Public Enum WdLineEndingType
- Inheritance
-
WdLineEndingType
- Attributes
Fields
Name | Value | Description |
---|---|---|
wdCRLF | 0 | Carriage return plus line feed. |
wdCROnly | 1 | Carriage return only. |
wdLFOnly | 2 | Line feed only. |
wdLFCR | 3 | Line feed plus carriage return. |
wdLSPS | 4 | Not supported. |
Remarks
Used with the TextLineEnding property of the Document object.