Partager via


SdtContentRow Constructeurs

Définition

Surcharges

SdtContentRow()

Initialise une nouvelle instance de la classe SdtContentRow.

SdtContentRow(OpenXmlElement[])

Initialise une nouvelle instance de la classe SdtContentRow avec les éléments enfants spécifiés.

SdtContentRow(IEnumerable<OpenXmlElement>)

Initialise une nouvelle instance de la classe SdtContentRow avec les éléments enfants spécifiés.

SdtContentRow(String)

Initialise une nouvelle instance de la classe SdtContentRow à partir du code XML externe.

SdtContentRow()

Initialise une nouvelle instance de la classe SdtContentRow.

public SdtContentRow ();
Public Sub New ()

S’applique à

SdtContentRow(OpenXmlElement[])

Initialise une nouvelle instance de la classe SdtContentRow avec les éléments enfants spécifiés.

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())

Paramètres

childElements
OpenXmlElement[]

Spécifie les éléments enfants.

S’applique à

SdtContentRow(IEnumerable<OpenXmlElement>)

Initialise une nouvelle instance de la classe SdtContentRow avec les éléments enfants spécifiés.

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))

Paramètres

childElements
IEnumerable<OpenXmlElement>

Spécifie les éléments enfants.

S’applique à

SdtContentRow(String)

Initialise une nouvelle instance de la classe SdtContentRow à partir du code XML externe.

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

Paramètres

outerXml
String

Spécifie le code XML externe de l’élément.

S’applique à