EOLTYPE 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.
Enumerates end of line markers.
public enum class EOLTYPE
public enum class EOLTYPE
enum EOLTYPE
public enum EOLTYPE
type EOLTYPE =
Public Enum EOLTYPE
- Inheritance
-
EOLTYPE
Fields
Name | Value | Description |
---|---|---|
eolCRLF | 0 | MS-DOS: \r\n carriage-return/linefeed. |
eolCR | 1 | Macintosh: \r. |
eolLF | 2 | Unix: \n. |
eolUNI_LINESEP | 3 | Unicode line separator. |
eolUNI_PARASEP | 4 | Unicode paragraph separator. |
eolEOF | 5 | End of file. |
eolNONE | 6 | Artificial ending point (e.g. word-wrapped line). |
MAX_EOLTYPES | 7 | End of enum marker. This value has been redefined in _EOLTYPE2. |
Remarks
Enumerates end of line markers.. Note that this enumeration has been extended by _EOLTYPE2.
COM Signature
From textmgr.idl: