共用方式為


TopLeftToBottomRightBorderLineProperties Constructors

Definition

Overloads

TopLeftToBottomRightBorderLineProperties()

Initializes a new instance of the TopLeftToBottomRightBorderLineProperties class.

TopLeftToBottomRightBorderLineProperties(OpenXmlElement[])

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

TopLeftToBottomRightBorderLineProperties(IEnumerable<OpenXmlElement>)

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

TopLeftToBottomRightBorderLineProperties(String)

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

TopLeftToBottomRightBorderLineProperties()

Initializes a new instance of the TopLeftToBottomRightBorderLineProperties class.

public TopLeftToBottomRightBorderLineProperties ();
Public Sub New ()

Applies to

TopLeftToBottomRightBorderLineProperties(OpenXmlElement[])

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

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

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

TopLeftToBottomRightBorderLineProperties(IEnumerable<OpenXmlElement>)

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

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

TopLeftToBottomRightBorderLineProperties(String)

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

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

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to