HyperlinkRuby.Tooltip Property
tooltip.Represents the attribte in schema: w:tooltip
Namespace: DocumentFormat.OpenXml.Wordprocessing
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaración
<SchemaAttrAttribute(, "tooltip")> _
Public Property Tooltip As StringValue
Get
Set
'Uso
Dim instance As HyperlinkRuby
Dim value As StringValue
value = instance.Tooltip
instance.Tooltip = value
[SchemaAttrAttribute(, "tooltip")]
public StringValue Tooltip { get; set; }
Property Value
Type: DocumentFormat.OpenXml.StringValue