BorderBox Constructors

Definition

Overloads

BorderBox()

Initializes a new instance of the BorderBox class.

BorderBox(OpenXmlElement[])

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

BorderBox(IEnumerable<OpenXmlElement>)

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

BorderBox(String)

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

BorderBox()

Initializes a new instance of the BorderBox class.

public BorderBox ();
Public Sub New ()

Applies to

BorderBox(OpenXmlElement[])

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

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

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

BorderBox(IEnumerable<OpenXmlElement>)

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

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

BorderBox(String)

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

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

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to