Share via


Degree Constructors

Definition

Overloads

Degree()

Initializes a new instance of the Degree class.

Degree(OpenXmlElement[])

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

Degree(IEnumerable<OpenXmlElement>)

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

Degree(String)

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

Degree()

Initializes a new instance of the Degree class.

public Degree ();
Public Sub New ()

Applies to

Degree(OpenXmlElement[])

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

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

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

Degree(IEnumerable<OpenXmlElement>)

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

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

Degree(String)

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

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

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to