LeftBorder Constructors

Definition

Overloads

LeftBorder()

Initializes a new instance of the LeftBorder class.

LeftBorder(OpenXmlElement[])

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

LeftBorder(IEnumerable<OpenXmlElement>)

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

LeftBorder(String)

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

LeftBorder()

Initializes a new instance of the LeftBorder class.

public LeftBorder ();
Public Sub New ()

Applies to

LeftBorder(OpenXmlElement[])

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

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

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

LeftBorder(IEnumerable<OpenXmlElement>)

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

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

LeftBorder(String)

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

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

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to