Freigeben über


HyperlinkType-Klasse

Defines the HyperlinkType class.

Vererbungshierarchie

System.Object
  DocumentFormat.OpenXml.OpenXmlElement
    DocumentFormat.OpenXml.OpenXmlCompositeElement
      DocumentFormat.OpenXml.Drawing.HyperlinkType
        DocumentFormat.OpenXml.Drawing.HyperlinkOnClick
        DocumentFormat.OpenXml.Drawing.HyperlinkOnHover
        DocumentFormat.OpenXml.Drawing.HyperlinkOnMouseOver

Namespace:  DocumentFormat.OpenXml.Drawing
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
<ChildElementInfoAttribute(GetType(HyperlinkSound))> _
<ChildElementInfoAttribute(GetType(ExtensionList))> _
Public MustInherit Class HyperlinkType _
    Inherits OpenXmlCompositeElement
'Usage
Dim instance As HyperlinkType
[ChildElementInfoAttribute(typeof(HyperlinkSound))]
[ChildElementInfoAttribute(typeof(ExtensionList))]
public abstract class HyperlinkType : OpenXmlCompositeElement

Hinweise

The following table lists the possible child types:HyperlinkSound <a:snd>ExtensionList <a:extLst>

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic) Member dieses Typs sind threadsicher. Bei Instanzmembern ist die Threadsicherheit nicht gewährleistet.

Siehe auch

Referenz

HyperlinkType-Member

DocumentFormat.OpenXml.Drawing-Namespace