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