Share via


W.num Field

Definition

Represents the w:num XML element and attribute.

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

Field Value

Remarks

As an XML element, it:

  • has the following parent XML elements: numbering.
  • has the following child XML elements: abstractNumId, lvlOverride.
  • has the following XML attributes: durableId, numId.
  • corresponds to the following strongly-typed classes: NumberingInstance.

As an XML attribute, it:

  • is contained in the following XML elements: cols.
  • corresponds to the following strongly-typed properties: Columns.ColumnCount.

Applies to