CARenderingStyle::NewLineAsCRLF
ADE User Guide > ADE Server Class Reference > CARenderingStyle
property bool NewLineAsCRLF
Specifies whether newline characters in text are converted to a CRLF sequence. Newline characters won’t print correctly when output to a console window, such as from CScript programs, unless this is set to true. But if you want to obtain exactly the characters present in a text value, set to false. The default is True.
数据类型
Boolean:布尔值
访问
读 / 写
用法
obj.CAObject::RenderingStyle.NewLineAsCRLF = False
另请参考
Comments
Enable comment auto-refresher