共用方式為


Superscript Constructors

Definition

Overloads

Superscript()

Initializes a new instance of the Superscript class.

Superscript(OpenXmlElement[])

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

Superscript(IEnumerable<OpenXmlElement>)

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

Superscript(String)

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

Superscript()

Initializes a new instance of the Superscript class.

public Superscript ();
Public Sub New ()

Applies to

Superscript(OpenXmlElement[])

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

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

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

Superscript(IEnumerable<OpenXmlElement>)

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

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

Superscript(String)

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

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

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to