CARenderingStyle::NewLineAsCRLF

Revision as of 09:28, 24 October 2015 by Jhuawen (talk | contribs) (Created page with "Boolean:布尔值")

ADE User Guide > ADE Server Class Reference > CARenderingStyle

Other languages:
English • ‎中文

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:布尔值

Access

read/write

Usage

obj.CAObject::RenderingStyle.NewLineAsCRLF = False

See Also

Comments


You are not allowed to post comments.