Share via


TopBorder Constructors

Definition

Overloads

TopBorder()

Initializes a new instance of the TopBorder class.

TopBorder(OpenXmlElement[])

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

TopBorder(IEnumerable<OpenXmlElement>)

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

TopBorder(String)

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

TopBorder()

Initializes a new instance of the TopBorder class.

public TopBorder ();
Public Sub New ()

Applies to

TopBorder(OpenXmlElement[])

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

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

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

TopBorder(IEnumerable<OpenXmlElement>)

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

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

TopBorder(String)

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

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

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to