Share via


NoNamespace.altText Field

Definition

Represents the altText XML attributes.

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

Field Value

Remarks

As an XML attribute, it:

  • is contained in the following XML elements: imageControl, commentPr, controlPr, objectPr, pivotTableDefinition, table.
  • corresponds to the following strongly-typed properties: CommentProperties.AltText, ControlProperties.AltText, EmbeddedObjectProperties.AltText, ImageControl.AltText, PivotTableDefinition.AltText, Table.AltText.

Applies to