共用方式為


TableBorders Constructors

Definition

Overloads

TableBorders()

Initializes a new instance of the TableBorders class.

TableBorders(OpenXmlElement[])

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

TableBorders(IEnumerable<OpenXmlElement>)

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

TableBorders(String)

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

TableBorders()

Initializes a new instance of the TableBorders class.

public TableBorders ();
Public Sub New ()

Applies to

TableBorders(OpenXmlElement[])

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

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

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

TableBorders(IEnumerable<OpenXmlElement>)

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

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

TableBorders(String)

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

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

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to