Share via


NoNamespace.anchor Field

Definition

Represents the anchor XML attributes.

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

Field Value

Remarks

As an XML attribute, it:

  • is contained in the following XML elements: bodyPr, tcPr, bodyPr, bodyPr.
  • corresponds to the following strongly-typed properties: BodyProperties.Anchor, TableCellProperties.Anchor, TextBodyProperties.Anchor.

Applies to