共用方式為


MatrixProperties Constructors

Definition

Overloads

MatrixProperties()

Initializes a new instance of the MatrixProperties class.

MatrixProperties(OpenXmlElement[])

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

MatrixProperties(IEnumerable<OpenXmlElement>)

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

MatrixProperties(String)

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

MatrixProperties()

Initializes a new instance of the MatrixProperties class.

public MatrixProperties ();
Public Sub New ()

Applies to

MatrixProperties(OpenXmlElement[])

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

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

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

MatrixProperties(IEnumerable<OpenXmlElement>)

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

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

MatrixProperties(String)

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

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

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to