Share via


StringCache Constructors

Definition

Overloads

StringCache()

Initializes a new instance of the StringCache class.

StringCache(OpenXmlElement[])

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

StringCache(IEnumerable<OpenXmlElement>)

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

StringCache(String)

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

StringCache()

Initializes a new instance of the StringCache class.

public StringCache ();
Public Sub New ()

Applies to

StringCache(OpenXmlElement[])

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

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

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

StringCache(IEnumerable<OpenXmlElement>)

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

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

StringCache(String)

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

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

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to