共用方式為


Subscript Constructors

Definition

Overloads

Subscript()

Initializes a new instance of the Subscript class.

Subscript(OpenXmlElement[])

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

Subscript(IEnumerable<OpenXmlElement>)

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

Subscript(String)

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

Subscript()

Initializes a new instance of the Subscript class.

public Subscript ();
Public Sub New ()

Applies to

Subscript(OpenXmlElement[])

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

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

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

Subscript(IEnumerable<OpenXmlElement>)

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

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

Subscript(String)

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

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

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to