LineEndingStyle Enumeration

This enumeration defines constants for line ending styles. You can use the numeric values from scripting languages that do not have access to the symbolic enumeration constants.

Constant Value Description
lesCRLF 0x0000 (0) A CRLF ending consists of a Carriage Return character followed by a Line Feed character. This is the standard type of line-ending found on Windows and MSDOS platforms.
lesCR 0x0001 (1) A CR ending consists of a Carriage Return character.
lesLF 0x0002 (2) An LF ending consists of a Line Feed character. This is the standard type of line-ending found on UNIX platforms.