Partager via


TableRowProperties Constructeurs

Définition

Surcharges

TableRowProperties()

Initialise une nouvelle instance de la classe TableRowProperties.

TableRowProperties(OpenXmlElement[])

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

TableRowProperties(IEnumerable<OpenXmlElement>)

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

TableRowProperties(String)

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

TableRowProperties()

Initialise une nouvelle instance de la classe TableRowProperties.

public TableRowProperties ();
Public Sub New ()

S’applique à

TableRowProperties(OpenXmlElement[])

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

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

Paramètres

childElements
OpenXmlElement[]

Spécifie les éléments enfants.

S’applique à

TableRowProperties(IEnumerable<OpenXmlElement>)

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

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

Paramètres

childElements
IEnumerable<OpenXmlElement>

Spécifie les éléments enfants.

S’applique à

TableRowProperties(String)

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

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

Paramètres

outerXml
String

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

S’applique à