NonVisualDrawingProperties.HyperlinkOnClick Property
Drawing Element On Click Hyperlink.Represents the element tag in schema: a:hlinkClick
Namespace: DocumentFormat.OpenXml.Office2010.Word
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'宣言
Public Property HyperlinkOnClick As HyperlinkOnClick
Get
Set
'使用
Dim instance As NonVisualDrawingProperties
Dim value As HyperlinkOnClick
value = instance.HyperlinkOnClick
instance.HyperlinkOnClick = value
public HyperlinkOnClick HyperlinkOnClick { get; set; }
Property Value
Type: DocumentFormat.OpenXml.Drawing.HyperlinkOnClick
See Also
Reference
NonVisualDrawingProperties Class