NonVisualDrawingProperties.Description Property
Alternative Text for Object.Represents the attribte in schema: descr
Namespace: DocumentFormat.OpenXml.Drawing.ChartDrawing
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
<SchemaAttrAttribute(, "descr")> _
Public Property Description As StringValue
Get
Set
'Usage
Dim instance As NonVisualDrawingProperties
Dim value As StringValue
value = instance.Description
instance.Description = value
[SchemaAttrAttribute(, "descr")]
public StringValue Description { get; set; }
Property Value
Type: DocumentFormat.OpenXml.StringValue
Returns StringValue.
Remarks
The following information from the ECMA International Standard ECMA-376 can be useful when working with this class.
Specifies alternative text for the current DrawingML object, for use by assistive technologies or applications which will not display the current object.
If this element is omitted, then no alternative text is present for the parent object.
Consider a DrawingML object defined as follows:
<… descr="A picture of a bowl of fruit">
The descr attribute contains alternative text which may be used in place of the actual DrawingML object.
The possible values for this attribute are defined by the XML Schema string data type.
See Also
Reference
NonVisualDrawingProperties Class