System::Xml::XmlWriterSettings::get_IndentChars method
XmlWriterSettings::get_IndentChars method
Returns the character string to use when indenting. This setting is used when the XmlWriterSettings::set_Indent value is set to true.
String System::Xml::XmlWriterSettings::get_IndentChars()
ReturnValue
The character string to use when indenting. This can be set to any string value. However, to ensure valid XML, you should specify only valid white space characters, such as space characters, tabs, carriage returns, or line feeds. The default is two spaces.
See Also
- Class String
- Class XmlWriterSettings
- Namespace System::Xml
- Library Aspose.TeX for C++