public enum Formatting
Object
ValueType
Enum
Formatting
System.Xml
XML
Specifies formatting options for the XmlTextWriter class.
System.Xml Namespace
Formatting Fields
Formatting.Indented Field
Formatting.None Field
Formatting.value__ Field
Indented = 1;
Causes child elements to be indented according to the System.Xml.XmlTextWriter.Indentation and System.Xml.XmlTextWriter.IndentChar settings. This option indents element content only; mixed content is not affected.[Note: For the XML 1.0 definitions of these terms, see the W3C documentation (http://www.w3.org/TR/1998/REC-xml-19980210#sec-element-content and http://www.w3.org/TR/1998/REC-xml-19980210#sec-mixed-content).
]
System.Xml.Formatting Enum, System.Xml Namespace
None = 0;
No special formatting is applied. This is the default.
System.Xml.Formatting Enum, System.Xml Namespace
value__;
System.Xml.Formatting Enum, System.Xml Namespace