Share via


W.numId Field

Definition

Represents the w:numId XML element and attribute.

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

Field Value

Remarks

As an XML element, it:

  • has the following parent XML elements: numPr.
  • corresponds to the following strongly-typed classes: NumberingId.

As an XML attribute, it:

  • is contained in the following XML elements: num.
  • corresponds to the following strongly-typed properties: NumberingInstance.NumberID.

Applies to