This documentation is archived and is not being maintained.
Formatting Enumeration
.NET Framework 1.1
Specifies formatting options for the XmlTextWriter.
[Visual Basic] <Serializable> Public Enum Formatting [C#] [Serializable] public enum Formatting [C++] [Serializable] __value public enum Formatting [JScript] public Serializable enum Formatting
Members
| Member name | Description |
|---|---|
| Indented Supported by the .NET Compact Framework. | Causes child elements to be indented according to the Indentation and IndentChar settings. This option indents element content only; mixed content is not affected. 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). |
| None Supported by the .NET Compact Framework. | No special formatting is applied. This is the default. |
Requirements
Namespace: System.Xml
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, .NET Compact Framework
Assembly: System.Xml (in System.Xml.dll)
See Also
Show: