SlideLayoutPart.AddCustomXmlPart Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
AddCustomXmlPart(CustomXmlPartType) |
Ajoute un CustomXmlPart au SlideLayoutPart |
AddCustomXmlPart(String) |
Ajoute un CustomXmlPart au SlideLayoutPart |
AddCustomXmlPart(CustomXmlPartType, String) |
Ajoute un CustomXmlPart au SlideLayoutPart |
AddCustomXmlPart(String, String) |
Ajoute un CustomXmlPart au SlideLayoutPart |
AddCustomXmlPart(CustomXmlPartType)
Ajoute un CustomXmlPart au SlideLayoutPart
public DocumentFormat.OpenXml.Packaging.CustomXmlPart AddCustomXmlPart (DocumentFormat.OpenXml.Packaging.CustomXmlPartType partType);
member this.AddCustomXmlPart : DocumentFormat.OpenXml.Packaging.CustomXmlPartType -> DocumentFormat.OpenXml.Packaging.CustomXmlPart
Public Function AddCustomXmlPart (partType As CustomXmlPartType) As CustomXmlPart
Paramètres
- partType
- CustomXmlPartType
Type de composant de CustomXmlPart
Retours
Composant nouvellement ajouté.
S’applique à
AddCustomXmlPart(String)
Ajoute un CustomXmlPart au SlideLayoutPart
public DocumentFormat.OpenXml.Packaging.CustomXmlPart AddCustomXmlPart (string contentType);
member this.AddCustomXmlPart : string -> DocumentFormat.OpenXml.Packaging.CustomXmlPart
Public Function AddCustomXmlPart (contentType As String) As CustomXmlPart
Paramètres
- contentType
- String
Type de contenu de CustomXmlPart
Retours
Composant nouvellement ajouté.
S’applique à
AddCustomXmlPart(CustomXmlPartType, String)
Ajoute un CustomXmlPart au SlideLayoutPart
public DocumentFormat.OpenXml.Packaging.CustomXmlPart AddCustomXmlPart (DocumentFormat.OpenXml.Packaging.CustomXmlPartType partType, string id);
member this.AddCustomXmlPart : DocumentFormat.OpenXml.Packaging.CustomXmlPartType * string -> DocumentFormat.OpenXml.Packaging.CustomXmlPart
Public Function AddCustomXmlPart (partType As CustomXmlPartType, id As String) As CustomXmlPart
Paramètres
- partType
- CustomXmlPartType
Type de composant de CustomXmlPart
- id
- String
ID de relation
Retours
Composant nouvellement ajouté.
S’applique à
AddCustomXmlPart(String, String)
Ajoute un CustomXmlPart au SlideLayoutPart
public DocumentFormat.OpenXml.Packaging.CustomXmlPart AddCustomXmlPart (string contentType, string id);
member this.AddCustomXmlPart : string * string -> DocumentFormat.OpenXml.Packaging.CustomXmlPart
Public Function AddCustomXmlPart (contentType As String, id As String) As CustomXmlPart
Paramètres
- contentType
- String
Type de contenu de CustomXmlPart
- id
- String
ID de relation
Retours
Composant nouvellement ajouté.