WdLineEndingType enumeration (Word)
Specifies how Microsoft Word marks the line and paragraph breaks in documents saved as text files.
Name | Value | Description |
---|---|---|
wdCRLF | 0 | Carriage return plus line feed. |
wdCROnly | 1 | Carriage return only. |
wdLFCR | 3 | Line feed plus carriage return. |
wdLFOnly | 2 | Line feed only. |
wdLSPS | 4 | Not supported. |
Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.