SdtContentRow Constructors

Definition

Overloads

SdtContentRow()

Initializes a new instance of the SdtContentRow class.

SdtContentRow(OpenXmlElement[])

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

SdtContentRow(IEnumerable<OpenXmlElement>)

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

SdtContentRow(String)

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

SdtContentRow()

Initializes a new instance of the SdtContentRow class.

public SdtContentRow ();
Public Sub New ()

Applies to

SdtContentRow(OpenXmlElement[])

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

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

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

SdtContentRow(IEnumerable<OpenXmlElement>)

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

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

SdtContentRow(String)

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

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

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to