Word.LineEndingType enum
Represents how Word marks line and paragraph breaks in text files.
Remarks
[ API set: WordApiDesktop 1.4 ]
Fields
| crlf = "Crlf" | Represents carriage return and line feed (Windows standard). |
| crOnly = "CrOnly" | Represents carriage return only (Mac classic standard). |
| lfcr = "Lfcr" | Represents line feed and carriage return. |
| lfOnly = "LfOnly" | Represents line feed only (Unix/Linux standard). |
| lsps = "Lsps" | Represents line separator and paragraph separator. |