HyperlinkType Constructors

Definition

Overloads

HyperlinkType()

Initializes a new instance of the HyperlinkType class.

HyperlinkType(OpenXmlElement[])

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

HyperlinkType(IEnumerable<OpenXmlElement>)

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

HyperlinkType(String)

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

HyperlinkType()

Initializes a new instance of the HyperlinkType class.

protected HyperlinkType ();
Protected Sub New ()

Applies to

HyperlinkType(OpenXmlElement[])

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

protected HyperlinkType (params DocumentFormat.OpenXml.OpenXmlElement[] childElements);
new DocumentFormat.OpenXml.Drawing.HyperlinkType : DocumentFormat.OpenXml.OpenXmlElement[] -> DocumentFormat.OpenXml.Drawing.HyperlinkType
Protected Sub New (ParamArray childElements As OpenXmlElement())

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

HyperlinkType(IEnumerable<OpenXmlElement>)

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

protected HyperlinkType (System.Collections.Generic.IEnumerable<DocumentFormat.OpenXml.OpenXmlElement> childElements);
new DocumentFormat.OpenXml.Drawing.HyperlinkType : seq<DocumentFormat.OpenXml.OpenXmlElement> -> DocumentFormat.OpenXml.Drawing.HyperlinkType
Protected Sub New (childElements As IEnumerable(Of OpenXmlElement))

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

HyperlinkType(String)

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

protected HyperlinkType (string outerXml);
new DocumentFormat.OpenXml.Drawing.HyperlinkType : string -> DocumentFormat.OpenXml.Drawing.HyperlinkType
Protected Sub New (outerXml As String)

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to