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