Share via


W.type Field

Definition

Represents the w:type XML elements and attributes.

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

Field Value

Remarks

As an XML element, it:

  • has the following parent XML elements: fieldMapData, odso, sectPr, textInput, types.
  • has the following XML attributes: val.
  • corresponds to the following strongly-typed classes: DocPartType, MailMergeFieldType, MailMergeSource, SectionType, TextBoxFormFieldType.

As an XML attribute, it:

  • is contained in the following XML elements: br, docGrid, helpText, proofErr, statusText, style, tblInd, tblLayout, tblStylePr.
  • corresponds to the following strongly-typed properties: Break.Type, DocGrid.Type, HelpText.Type, ProofError.Type, StatusText.Type, Style.Type, TableIndentation.Type, TableLayout.Type, TableStyleProperties.Type.

Applies to