Share via


Limit Constructors

Definition

Overloads

Limit()

Initializes a new instance of the Limit class.

Limit(OpenXmlElement[])

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

Limit(IEnumerable<OpenXmlElement>)

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

Limit(String)

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

Limit()

Initializes a new instance of the Limit class.

public Limit ();
Public Sub New ()

Applies to

Limit(OpenXmlElement[])

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

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

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

Limit(IEnumerable<OpenXmlElement>)

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

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

Limit(String)

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

public Limit (string outerXml);
new DocumentFormat.OpenXml.Math.Limit : string -> DocumentFormat.OpenXml.Math.Limit
Public Sub New (outerXml As String)

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to