Share via


NoNamespace.characterSet Field

Definition

Represents the characterSet XML attributes.

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

Field Value

Remarks

As an XML attribute, it:

  • is contained in the following XML elements: textPr, webPublishing, textPr.
  • corresponds to the following strongly-typed properties: TextProperties.TextCharacterSet, WebPublishing.CharacterSet.

Applies to