Share via


W.formatting Field

Definition

Represents the w:formatting XML attributes.

public static readonly System.Xml.Linq.XName formatting;
 staticval mutable formatting : System.Xml.Linq.XName
Public Shared ReadOnly formatting As XName 

Field Value

Remarks

As an XML attribute, it:

  • is contained in the following XML elements: documentProtection, revisionView.
  • corresponds to the following strongly-typed properties: DocumentProtection.Formatting, RevisionView.Formatting.

Applies to