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