共用方式為


DelimiterProperties Constructors

Definition

Overloads

DelimiterProperties()

Initializes a new instance of the DelimiterProperties class.

DelimiterProperties(OpenXmlElement[])

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

DelimiterProperties(IEnumerable<OpenXmlElement>)

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

DelimiterProperties(String)

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

DelimiterProperties()

Initializes a new instance of the DelimiterProperties class.

public DelimiterProperties ();
Public Sub New ()

Applies to

DelimiterProperties(OpenXmlElement[])

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

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

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

DelimiterProperties(IEnumerable<OpenXmlElement>)

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

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

DelimiterProperties(String)

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

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

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to