Interface IOfficeShapeHyperlink
Represents a hyperlink associated with a shape or text.
Namespace: Syncfusion.Office
Assembly: Syncfusion.Compression.Portable.dll
Syntax
public interface IOfficeShapeHyperlink
Properties
ScreenTip
Gets or sets the screen tip text of a hyperlink.
Declaration
string ScreenTip { get; set; }
Property Value
Type | Description |
---|---|
System.String | The text to appear on the surface of the hyperlink. |
Url
Gets the URL address of the hyperlink. Read-only.
Declaration
string Url { get; }
Property Value
Type | Description |
---|---|
System.String | The URL. |