System::Xml::XmlWriterSettings::get_NewLineChars 方法
XmlWriterSettings::get_NewLineChars method
返回用于换行的字符字符串。
String System::Xml::XmlWriterSettings::get_NewLineChars()
ReturnValue
用于换行的字符字符串。此字符串可以设置为任意值。然而,为了确保 XML 有效,您应仅指定有效的空白字符,例如空格字符、制表符、回车或换行符。默认值是 \r\n(回车,换行)。
另见
- Class String
- Class XmlWriterSettings
- Namespace System::Xml
- Library Aspose.Font for C++