CARenderingStyle::NewLineAsCRLF

This page is a translated version of the page CARenderingStyle::NewLineAsCRLF and the translation is 100% complete.

ADE User Guide > ADE Server Class Reference > CARenderingStyle

Other languages:
English • ‎中文

property bool NewLineAsCRLF

指明文本中的换行符被转化成一个CRLF(回车换行符)序列。当输出到控制台窗口时,换行符不会正确打印,例如在CScript程序中,除非此处设置为ture。但是,如果你就想在一个文本值中获得字符形式,请将此处设定为false,默认为Ture。

数据类型

Boolean:布尔值

存取

读 / 写

用法

obj.CAObject::RenderingStyle.NewLineAsCRLF = False

另请参考

Comments


You are not allowed to post comments.