ShapeBase
HasHyperlink Property
|
Determines whether the current shape contains hyperlink.
Namespace:
Spire.Doc.Fields.Shapes
Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public bool HasHyperlink { get; }
Public ReadOnly Property HasHyperlink As Boolean
Get
public:
property bool HasHyperlink {
bool get ();
}
member HasHyperlink : bool with get
Property Value
Type:
Boolean
See Also