Share via


HyperlinkOnClick Constructors

Definition

Overloads

HyperlinkOnClick()

Initializes a new instance of the HyperlinkOnClick class.

HyperlinkOnClick(OpenXmlElement[])

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

HyperlinkOnClick(IEnumerable<OpenXmlElement>)

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

HyperlinkOnClick(String)

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

HyperlinkOnClick()

Initializes a new instance of the HyperlinkOnClick class.

public HyperlinkOnClick ();
Public Sub New ()

Applies to

HyperlinkOnClick(OpenXmlElement[])

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

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

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

HyperlinkOnClick(IEnumerable<OpenXmlElement>)

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

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

HyperlinkOnClick(String)

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

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

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to