MultiLevelStringCache Constructors

Definition

Overloads

MultiLevelStringCache()

Initializes a new instance of the MultiLevelStringCache class.

MultiLevelStringCache(OpenXmlElement[])

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

MultiLevelStringCache(IEnumerable<OpenXmlElement>)

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

MultiLevelStringCache(String)

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

MultiLevelStringCache()

Initializes a new instance of the MultiLevelStringCache class.

public MultiLevelStringCache ();
Public Sub New ()

Applies to

MultiLevelStringCache(OpenXmlElement[])

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

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

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

MultiLevelStringCache(IEnumerable<OpenXmlElement>)

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

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

MultiLevelStringCache(String)

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

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

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to