共用方式為


SubSuperscriptProperties Constructors

Definition

Overloads

SubSuperscriptProperties()

Initializes a new instance of the SubSuperscriptProperties class.

SubSuperscriptProperties(OpenXmlElement[])

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

SubSuperscriptProperties(IEnumerable<OpenXmlElement>)

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

SubSuperscriptProperties(String)

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

SubSuperscriptProperties()

Initializes a new instance of the SubSuperscriptProperties class.

public SubSuperscriptProperties ();
Public Sub New ()

Applies to

SubSuperscriptProperties(OpenXmlElement[])

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

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

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

SubSuperscriptProperties(IEnumerable<OpenXmlElement>)

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

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

SubSuperscriptProperties(String)

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

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

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to