Share via


W.format Field

Definition

Represents the w:format XML element and attribute.

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

Field Value

Remarks

As an XML element, it:

  • has the following parent XML elements: textInput.
  • has the following XML attributes: val.
  • corresponds to the following strongly-typed classes: Format.

As an XML attribute, it:

  • is contained in the following XML elements: numFmt.
  • corresponds to the following strongly-typed properties: NumberingFormat.Format.

Applies to