1. GroupDocs.Editor
  2. /
  3. GroupDocs.Editor for .NET
  4. /
  5. GroupDocs.Editor.Options
  6. /
  7. XmlFormatOptions
  8. /
  9. EachAttributeFromNewline

EachAttributeFromNewline

XmlFormatOptions.EachAttributeFromNewline property

When enabled, each and every pair of attribute-value in every XML element will be placed on a new line. By default is false (disabled) — all attribute-value pairs are placed in a single line.

public bool EachAttributeFromNewline { get; set; }

See Also