Partager via


PlaceholderTypeExtension Constructeurs

Définition

Surcharges

PlaceholderTypeExtension()

Initialise une nouvelle instance de la classe PlaceholderTypeExtension.

PlaceholderTypeExtension(OpenXmlElement[])

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

PlaceholderTypeExtension(IEnumerable<OpenXmlElement>)

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

PlaceholderTypeExtension(String)

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

PlaceholderTypeExtension()

Initialise une nouvelle instance de la classe PlaceholderTypeExtension.

public PlaceholderTypeExtension ();
Public Sub New ()

S’applique à

PlaceholderTypeExtension(OpenXmlElement[])

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

public PlaceholderTypeExtension (params DocumentFormat.OpenXml.OpenXmlElement[] childElements);
new DocumentFormat.OpenXml.Office.PowerPoint.Y2023.M02.Main.PlaceholderTypeExtension : DocumentFormat.OpenXml.OpenXmlElement[] -> DocumentFormat.OpenXml.Office.PowerPoint.Y2023.M02.Main.PlaceholderTypeExtension
Public Sub New (ParamArray childElements As OpenXmlElement())

Paramètres

childElements
OpenXmlElement[]

Spécifie les éléments enfants.

S’applique à

PlaceholderTypeExtension(IEnumerable<OpenXmlElement>)

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

public PlaceholderTypeExtension (System.Collections.Generic.IEnumerable<DocumentFormat.OpenXml.OpenXmlElement> childElements);
new DocumentFormat.OpenXml.Office.PowerPoint.Y2023.M02.Main.PlaceholderTypeExtension : seq<DocumentFormat.OpenXml.OpenXmlElement> -> DocumentFormat.OpenXml.Office.PowerPoint.Y2023.M02.Main.PlaceholderTypeExtension
Public Sub New (childElements As IEnumerable(Of OpenXmlElement))

Paramètres

childElements
IEnumerable<OpenXmlElement>

Spécifie les éléments enfants.

S’applique à

PlaceholderTypeExtension(String)

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

public PlaceholderTypeExtension (string outerXml);
new DocumentFormat.OpenXml.Office.PowerPoint.Y2023.M02.Main.PlaceholderTypeExtension : string -> DocumentFormat.OpenXml.Office.PowerPoint.Y2023.M02.Main.PlaceholderTypeExtension
Public Sub New (outerXml As String)

Paramètres

outerXml
String

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

S’applique à