Formatting
Formatting enum
Specifies formatting options for the XmlTextWriter.
enum class Formatting
Values
Name | Value | Description |
---|---|---|
None | 0 | No special formatting is applied. This is the default. |
Indented | 1 | Causes child elements to be indented according to the XmlTextWriter::set_Indentation and XmlTextWriter::set_IndentChar settings. |
See Also
- Namespace System::Xml
- Library Aspose.Slides