Bar Constructors

Definition

Overloads

Bar()

Initializes a new instance of the Bar class.

Bar(OpenXmlElement[])

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

Bar(IEnumerable<OpenXmlElement>)

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

Bar(String)

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

Bar()

Initializes a new instance of the Bar class.

public Bar ();
Public Sub New ()

Applies to

Bar(OpenXmlElement[])

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

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

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

Bar(IEnumerable<OpenXmlElement>)

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

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

Bar(String)

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

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

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to