ImageControl.GetAltText Property
getAltText.Represents the attribte in schema: getAltText
Namespace: DocumentFormat.OpenXml.Office2010.CustomUI
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
<SchemaAttrAttribute(, "getAltText")> _
Public Property GetAltText As StringValue
Get
Set
'Usage
Dim instance As ImageControl
Dim value As StringValue
value = instance.GetAltText
instance.GetAltText = value
[SchemaAttrAttribute(, "getAltText")]
public StringValue GetAltText { get; set; }
Property Value
Type: DocumentFormat.OpenXml.StringValue