Gets or sets the hyperlink address of the shape.
Namespace:
Spire.Doc.Fields.Shapes
Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public string HRef { get; set; }
Public Property HRef As String
Get
Set
public:
property String^ HRef {
String^ get ();
void set (String^ value);
}
member HRef : string with get, set
Property Value
Type:
String
The hyperlink address as a string.
Return Value
Type:
String
The hyperlink address of the shape.
Exceptions
Exception
|
Condition
|
ArgumentNullException
|
Thrown when the value parameter is null.
|
See Also