System::Xml::XmlWriterSettings::set_IndentChars metodo
XmlWriterSettings::set_IndentChars method
Imposta la stringa di caratteri da utilizzare per l’indentazione. Questa impostazione è usata quando il valore XmlWriterSettings::set_Indent è impostato su true.
void System::Xml::XmlWriterSettings::set_IndentChars(const String &value)
| Parametro | Tipo | Descrizione |
|---|---|---|
| valore | const String& | Il valore da impostare. |
Vedi anche
- Class String
- Class XmlWriterSettings
- Namespace System::Xml
- Library Aspose.Font for C++