Share via


SubSuperscript Constructors

Definition

Overloads

SubSuperscript()

Initializes a new instance of the SubSuperscript class.

SubSuperscript(OpenXmlElement[])

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

SubSuperscript(IEnumerable<OpenXmlElement>)

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

SubSuperscript(String)

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

SubSuperscript()

Initializes a new instance of the SubSuperscript class.

public SubSuperscript ();
Public Sub New ()

Applies to

SubSuperscript(OpenXmlElement[])

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

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

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

SubSuperscript(IEnumerable<OpenXmlElement>)

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

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

SubSuperscript(String)

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

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

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to