MultiLevelStringReference Constructors

Definition

Overloads

MultiLevelStringReference()

Initializes a new instance of the MultiLevelStringReference class.

MultiLevelStringReference(OpenXmlElement[])

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

MultiLevelStringReference(IEnumerable<OpenXmlElement>)

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

MultiLevelStringReference(String)

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

MultiLevelStringReference()

Initializes a new instance of the MultiLevelStringReference class.

public MultiLevelStringReference ();
Public Sub New ()

Applies to

MultiLevelStringReference(OpenXmlElement[])

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

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

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

MultiLevelStringReference(IEnumerable<OpenXmlElement>)

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

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

MultiLevelStringReference(String)

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

public MultiLevelStringReference (string outerXml);
new DocumentFormat.OpenXml.Drawing.Charts.MultiLevelStringReference : string -> DocumentFormat.OpenXml.Drawing.Charts.MultiLevelStringReference
Public Sub New (outerXml As String)

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to