EOLTYPE Enum

Definition

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

eolCR 1

Macintosh: \r.

eolCRLF 0

MS-DOS: \r\n carriage-return/linefeed.

eolEOF 5

End of file.

eolLF 2

Unix: \n.

eolNONE 6

Artificial ending point (e.g. word-wrapped line).

eolUNI_LINESEP 3

Unicode line separator.

eolUNI_PARASEP 4

Unicode paragraph separator.

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:

Applies to