共用方式為


RightBorderLineProperties Constructors

Definition

Overloads

RightBorderLineProperties()

Initializes a new instance of the RightBorderLineProperties class.

RightBorderLineProperties(OpenXmlElement[])

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

RightBorderLineProperties(IEnumerable<OpenXmlElement>)

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

RightBorderLineProperties(String)

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

RightBorderLineProperties()

Initializes a new instance of the RightBorderLineProperties class.

public RightBorderLineProperties ();
Public Sub New ()

Applies to

RightBorderLineProperties(OpenXmlElement[])

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

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

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

RightBorderLineProperties(IEnumerable<OpenXmlElement>)

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

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

RightBorderLineProperties(String)

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

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

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to