ShapeAlternativeText Property |
Returns or sets the alternative text associated with a shape.
Read/write
String.
Namespace:
Aspose.Slides
Assembly:
Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntax public virtual string AlternativeText { get; set; }
Public Overridable Property AlternativeText As String
Get
Set
public:
virtual property String^ AlternativeText {
String^ get ();
void set (String^ value);
}
abstract AlternativeText : string with get, set
override AlternativeText : string with get, set
Property Value
Type:
StringImplements
IShapeAlternativeTextSee Also