Share via


HyperlinkOnHover Constructors

Definition

Overloads

HyperlinkOnHover()

Initializes a new instance of the HyperlinkOnHover class.

HyperlinkOnHover(OpenXmlElement[])

Initializes a new instance of the HyperlinkOnHover class with the specified child elements.

HyperlinkOnHover(IEnumerable<OpenXmlElement>)

Initializes a new instance of the HyperlinkOnHover class with the specified child elements.

HyperlinkOnHover(String)

Initializes a new instance of the HyperlinkOnHover class from outer XML.

HyperlinkOnHover()

Initializes a new instance of the HyperlinkOnHover class.

public HyperlinkOnHover ();
Public Sub New ()

Applies to

HyperlinkOnHover(OpenXmlElement[])

Initializes a new instance of the HyperlinkOnHover class with the specified child elements.

public HyperlinkOnHover (params DocumentFormat.OpenXml.OpenXmlElement[] childElements);
new DocumentFormat.OpenXml.Drawing.HyperlinkOnHover : DocumentFormat.OpenXml.OpenXmlElement[] -> DocumentFormat.OpenXml.Drawing.HyperlinkOnHover
Public Sub New (ParamArray childElements As OpenXmlElement())

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

HyperlinkOnHover(IEnumerable<OpenXmlElement>)

Initializes a new instance of the HyperlinkOnHover class with the specified child elements.

public HyperlinkOnHover (System.Collections.Generic.IEnumerable<DocumentFormat.OpenXml.OpenXmlElement> childElements);
new DocumentFormat.OpenXml.Drawing.HyperlinkOnHover : seq<DocumentFormat.OpenXml.OpenXmlElement> -> DocumentFormat.OpenXml.Drawing.HyperlinkOnHover
Public Sub New (childElements As IEnumerable(Of OpenXmlElement))

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

HyperlinkOnHover(String)

Initializes a new instance of the HyperlinkOnHover class from outer XML.

public HyperlinkOnHover (string outerXml);
new DocumentFormat.OpenXml.Drawing.HyperlinkOnHover : string -> DocumentFormat.OpenXml.Drawing.HyperlinkOnHover
Public Sub New (outerXml As String)

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to