Delimiter Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
Delimiter() |
Initializes a new instance of the Delimiter class. |
Delimiter(OpenXmlElement[]) |
Initializes a new instance of the Delimiter class with the specified child elements. |
Delimiter(IEnumerable<OpenXmlElement>) |
Initializes a new instance of the Delimiter class with the specified child elements. |
Delimiter(String) |
Initializes a new instance of the Delimiter class from outer XML. |
Delimiter()
Initializes a new instance of the Delimiter class.
public Delimiter ();
Public Sub New ()
Applies to
Delimiter(OpenXmlElement[])
Initializes a new instance of the Delimiter class with the specified child elements.
public Delimiter (params DocumentFormat.OpenXml.OpenXmlElement[] childElements);
new DocumentFormat.OpenXml.Math.Delimiter : DocumentFormat.OpenXml.OpenXmlElement[] -> DocumentFormat.OpenXml.Math.Delimiter
Public Sub New (ParamArray childElements As OpenXmlElement())
Parameters
- childElements
- OpenXmlElement[]
Specifies the child elements.
Applies to
Delimiter(IEnumerable<OpenXmlElement>)
Initializes a new instance of the Delimiter class with the specified child elements.
public Delimiter (System.Collections.Generic.IEnumerable<DocumentFormat.OpenXml.OpenXmlElement> childElements);
new DocumentFormat.OpenXml.Math.Delimiter : seq<DocumentFormat.OpenXml.OpenXmlElement> -> DocumentFormat.OpenXml.Math.Delimiter
Public Sub New (childElements As IEnumerable(Of OpenXmlElement))
Parameters
- childElements
- IEnumerable<OpenXmlElement>
Specifies the child elements.
Applies to
Delimiter(String)
Initializes a new instance of the Delimiter class from outer XML.
public Delimiter (string outerXml);
new DocumentFormat.OpenXml.Math.Delimiter : string -> DocumentFormat.OpenXml.Math.Delimiter
Public Sub New (outerXml As String)
Parameters
- outerXml
- String
Specifies the outer XML of the element.