scripting:api:crlfstyle

eCRLFStyle

Constant enumeration

Line Break types

Member Value Description
eCRLFStyleAuto -1 Select line break style based on settings
eCRLFStyleDOS 0 Microsoft Windows line break style (\r\n)
eCRLFStyleIBM 4 IBM line break style (NEL)
eCRLFStyleLast 6 Last line break marker (do not use)
eCRLFStyleMac 3 Mac line break style (\r)
eCRLFStyleMixed -2 Document contains mixed line breaks
eCRLFStyleNone 5 No line break (can be for last line of document)
eCRLFStyleOther 1 Acorn BBC and RISC OS line break style (\n\r)
eCRLFStyleUnix 2 Unix and Unix-like line break style (\n)