TextCharacterProperties
HasClickAction Property
|
Indicates whether text character properties ahas clickAction.
Namespace:
Spire.Presentation
Assembly:
Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
public bool HasClickAction { get; }
Public ReadOnly Property HasClickAction As Boolean
Get
public:
property bool HasClickAction {
bool get ();
}
member HasClickAction : bool with get
Property Value
Type:
Boolean
See Also