TableCellMargin Constructors

Definition

Overloads

TableCellMargin()

Initializes a new instance of the TableCellMargin class.

TableCellMargin(OpenXmlElement[])

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

TableCellMargin(IEnumerable<OpenXmlElement>)

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

TableCellMargin(String)

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

TableCellMargin()

Initializes a new instance of the TableCellMargin class.

public TableCellMargin ();
Public Sub New ()

Applies to

TableCellMargin(OpenXmlElement[])

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

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

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

TableCellMargin(IEnumerable<OpenXmlElement>)

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

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

TableCellMargin(String)

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

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

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to