HyperlinkList Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |
HyperlinkList()
Initializes a new instance of the HyperlinkList class.
public HyperlinkList ();
Public Sub New ()
Applies to
HyperlinkList(OpenXmlElement[])
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
HyperlinkList(IEnumerable<OpenXmlElement>)
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
HyperlinkList(String)
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.