.NET Framework Class Library
Formatting Enumeration
Specifies formatting options for the XmlTextWriter.
Assembly: System.Xml (in System.Xml.dll)
Syntax
Visual Basic
Public Enumeration Formatting
C#
public enum Formatting
Visual C++
public enum class Formatting
F#
type Formatting
Members
| Member name | Description | |
|---|---|---|
|
None | No special formatting is applied. This is the default. |
|
Indented |
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 World Wide Web Consortium (W3C) documentation (www.w3.org/TR/1998/REC-xml-19980210#sec-element-content and www.w3.org/TR/1998/REC-xml-19980210#sec-mixed-content). |
Version Information
.NET Framework
Supported in: 4, 3.5, 3.0, 2.0, 1.1, 1.0.NET Framework Client Profile
Supported in: 4, 3.5 SP1Platforms
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
See Also