CARenderingStyle::NewLineAsCRLF
Revision as of 09:30, 24 October 2015 by Jhuawen (talk | contribs) (Created page with "obj.CAObject::RenderingStyle.NewLineAsCRLF = False")
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
See Also
Comments
Enable comment auto-refresher