Partager via


LnRefStyleMatrixReference Constructeurs

Définition

Surcharges

LnRefStyleMatrixReference()

Initialise une nouvelle instance de la classe LnRefStyleMatrixReference.

LnRefStyleMatrixReference(OpenXmlElement[])

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

LnRefStyleMatrixReference(IEnumerable<OpenXmlElement>)

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

LnRefStyleMatrixReference(String)

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

LnRefStyleMatrixReference()

Initialise une nouvelle instance de la classe LnRefStyleMatrixReference.

public LnRefStyleMatrixReference ();
Public Sub New ()

S’applique à

LnRefStyleMatrixReference(OpenXmlElement[])

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

public LnRefStyleMatrixReference (params DocumentFormat.OpenXml.OpenXmlElement[] childElements);
new DocumentFormat.OpenXml.Office2016.Drawing.Command.LnRefStyleMatrixReference : DocumentFormat.OpenXml.OpenXmlElement[] -> DocumentFormat.OpenXml.Office2016.Drawing.Command.LnRefStyleMatrixReference
Public Sub New (ParamArray childElements As OpenXmlElement())

Paramètres

childElements
OpenXmlElement[]

Spécifie les éléments enfants.

S’applique à

LnRefStyleMatrixReference(IEnumerable<OpenXmlElement>)

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

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

Paramètres

childElements
IEnumerable<OpenXmlElement>

Spécifie les éléments enfants.

S’applique à

LnRefStyleMatrixReference(String)

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

public LnRefStyleMatrixReference (string outerXml);
new DocumentFormat.OpenXml.Office2016.Drawing.Command.LnRefStyleMatrixReference : string -> DocumentFormat.OpenXml.Office2016.Drawing.Command.LnRefStyleMatrixReference
Public Sub New (outerXml As String)

Paramètres

outerXml
String

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

S’applique à