Aracılığıyla paylaş


HyperlinkList Constructors

Definition

Overloads

HyperlinkList()

Initializes a new instance of the HyperlinkList class.

HyperlinkList(OpenXmlElement[])

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

HyperlinkList(IEnumerable<OpenXmlElement>)

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

HyperlinkList(String)

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

Initializes a new instance of the HyperlinkList class.

public HyperlinkList ();
Public Sub New ()

Applies to

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

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

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

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

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

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

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

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to