Specifies formatting options for the XmlWriter stream.
[Visual Basic] Public Enum Formatting [C#] public enum Formatting [C++] public enum Formatting
[JScript] In JScript, you can use the enumerations in the NGWS frameworks, but you cannot define your own.
Member Name | Description |
---|---|
Indented | This option causes child elements to be indented using the Indentation and IndentChar properties. It only indents Element Content (http://www.w3.org/TR/1998/REC-xml-19980210#sec-element-content) and not Mixed Content (http://www.w3.org/TR/1998/REC-xml-19980210#sec-mixed-content) according to the XML 1.0 definitions of these terms. |
None | No special formatting is done (this is the default). |
Namespace: System.NewXml
Assembly: System.Xml.dll