PresentationWatermarkBaseSlideOptionsAlternativeText Property |
Gets or sets the descriptive (alternative) text that will be associated with a shape.
Namespace: GroupDocs.Watermark.Options.PresentationAssembly: GroupDocs.Watermark (in GroupDocs.Watermark.dll) Version: 20.7.0
Syntaxpublic string AlternativeText { get; set; }
Public Property AlternativeText As String
Get
Set
public:
property String^ AlternativeText {
String^ get ();
void set (String^ value);
}
member AlternativeText : string with get, set
Property Value
Type:
StringThe descriptive (alternative) text that will be associated with a shape.
See Also