Partager via


LaserColor Constructeurs

Définition

Surcharges

LaserColor()

Initialise une nouvelle instance de la classe LaserColor.

LaserColor(OpenXmlElement[])

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

LaserColor(IEnumerable<OpenXmlElement>)

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

LaserColor(String)

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

LaserColor()

Initialise une nouvelle instance de la classe LaserColor.

public LaserColor ();
Public Sub New ()

S’applique à

LaserColor(OpenXmlElement[])

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

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

Paramètres

childElements
OpenXmlElement[]

Spécifie les éléments enfants.

S’applique à

LaserColor(IEnumerable<OpenXmlElement>)

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

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

Paramètres

childElements
IEnumerable<OpenXmlElement>

Spécifie les éléments enfants.

S’applique à

LaserColor(String)

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

public LaserColor (string outerXml);
new DocumentFormat.OpenXml.Office2010.PowerPoint.LaserColor : string -> DocumentFormat.OpenXml.Office2010.PowerPoint.LaserColor
Public Sub New (outerXml As String)

Paramètres

outerXml
String

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

S’applique à