Formatting

Formatting enum

Specifies formatting options for the XmlTextWriter.

enum class Formatting

Values

NameValueDescription
None0No special formatting is applied. This is the default.
Indented1Causes child elements to be indented according to the XmlTextWriter::set_Indentation and XmlTextWriter::set_IndentChar settings.

See Also