Aracılığıyla paylaş


SubscriptProperties Constructors

Definition

Overloads

SubscriptProperties()

Initializes a new instance of the SubscriptProperties class.

SubscriptProperties(OpenXmlElement[])

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

SubscriptProperties(IEnumerable<OpenXmlElement>)

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

SubscriptProperties(String)

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

SubscriptProperties()

Initializes a new instance of the SubscriptProperties class.

public SubscriptProperties ();
Public Sub New ()

Applies to

SubscriptProperties(OpenXmlElement[])

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

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

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

SubscriptProperties(IEnumerable<OpenXmlElement>)

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

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

SubscriptProperties(String)

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

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

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to