Поделиться через


ImageControl.AltText Property

altText.Represents the attribte in schema: altText

Namespace:  DocumentFormat.OpenXml.Office2010.CustomUI
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
<SchemaAttrAttribute(, "altText")> _
Public Property AltText As StringValue
    Get
    Set
'Usage
Dim instance As ImageControl
Dim value As StringValue

value = instance.AltText

instance.AltText = value
[SchemaAttrAttribute(, "altText")]
public StringValue AltText { get; set; }

Property Value

Type: DocumentFormat.OpenXml.StringValue

See Also

Reference

ImageControl Class

ImageControl Members

DocumentFormat.OpenXml.Office2010.CustomUI Namespace