Share via


MultiLvlStrFilteredLiteralCache Constructors

Definition

Overloads

MultiLvlStrFilteredLiteralCache()

Initializes a new instance of the MultiLvlStrFilteredLiteralCache class.

MultiLvlStrFilteredLiteralCache(OpenXmlElement[])

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

MultiLvlStrFilteredLiteralCache(IEnumerable<OpenXmlElement>)

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

MultiLvlStrFilteredLiteralCache(String)

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

MultiLvlStrFilteredLiteralCache()

Initializes a new instance of the MultiLvlStrFilteredLiteralCache class.

public MultiLvlStrFilteredLiteralCache ();
Public Sub New ()

Applies to

MultiLvlStrFilteredLiteralCache(OpenXmlElement[])

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

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

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

MultiLvlStrFilteredLiteralCache(IEnumerable<OpenXmlElement>)

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

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

MultiLvlStrFilteredLiteralCache(String)

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

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

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to