Share via


W.pos Field

Definition

Represents the w:pos XML elements and attributes.

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

Field Value

Remarks

As an XML element, it:

  • has the following parent XML elements: endnotePr, footnotePr.
  • has the following XML attributes: val.
  • corresponds to the following strongly-typed classes: EndnotePosition, FootnotePosition.

As an XML attribute, it:

  • is contained in the following XML elements: caption, tab.
  • corresponds to the following strongly-typed properties: Caption.Position, TabStop.Position.

Applies to