HyperlinkExtensionList 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
HyperlinkExtensionList() |
Initializes a new instance of the HyperlinkExtensionList class. |
HyperlinkExtensionList(OpenXmlElement[]) |
Initializes a new instance of the HyperlinkExtensionList class with the specified child elements. |
HyperlinkExtensionList(IEnumerable<OpenXmlElement>) |
Initializes a new instance of the HyperlinkExtensionList class with the specified child elements. |
HyperlinkExtensionList(String) |
Initializes a new instance of the HyperlinkExtensionList class from outer XML. |
HyperlinkExtensionList()
Initializes a new instance of the HyperlinkExtensionList class.
public HyperlinkExtensionList ();
Public Sub New ()
Applies to
HyperlinkExtensionList(OpenXmlElement[])
Initializes a new instance of the HyperlinkExtensionList class with the specified child elements.
public HyperlinkExtensionList (params DocumentFormat.OpenXml.OpenXmlElement[] childElements);
new DocumentFormat.OpenXml.Drawing.HyperlinkExtensionList : DocumentFormat.OpenXml.OpenXmlElement[] -> DocumentFormat.OpenXml.Drawing.HyperlinkExtensionList
Public Sub New (ParamArray childElements As OpenXmlElement())
Parameters
- childElements
- OpenXmlElement[]
Specifies the child elements.
Applies to
HyperlinkExtensionList(IEnumerable<OpenXmlElement>)
Initializes a new instance of the HyperlinkExtensionList class with the specified child elements.
public HyperlinkExtensionList (System.Collections.Generic.IEnumerable<DocumentFormat.OpenXml.OpenXmlElement> childElements);
new DocumentFormat.OpenXml.Drawing.HyperlinkExtensionList : seq<DocumentFormat.OpenXml.OpenXmlElement> -> DocumentFormat.OpenXml.Drawing.HyperlinkExtensionList
Public Sub New (childElements As IEnumerable(Of OpenXmlElement))
Parameters
- childElements
- IEnumerable<OpenXmlElement>
Specifies the child elements.
Applies to
HyperlinkExtensionList(String)
Initializes a new instance of the HyperlinkExtensionList class from outer XML.
public HyperlinkExtensionList (string outerXml);
new DocumentFormat.OpenXml.Drawing.HyperlinkExtensionList : string -> DocumentFormat.OpenXml.Drawing.HyperlinkExtensionList
Public Sub New (outerXml As String)
Parameters
- outerXml
- String
Specifies the outer XML of the element.