HandoutMasterPart.AddEmbeddedControlPersistenceBinaryDataPart 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
AddEmbeddedControlPersistenceBinaryDataPart(String, String) |
Ajoute un EmbeddedControlPersistenceBinaryDataPart à HandoutMasterPart |
AddEmbeddedControlPersistenceBinaryDataPart(EmbeddedControlPersistenceBinaryDataPartType, String) |
Ajoute un EmbeddedControlPersistenceBinaryDataPart à HandoutMasterPart |
AddEmbeddedControlPersistenceBinaryDataPart(EmbeddedControlPersistenceBinaryDataPartType) |
Ajoute un EmbeddedControlPersistenceBinaryDataPart à HandoutMasterPart |
AddEmbeddedControlPersistenceBinaryDataPart(String) |
Ajoute un EmbeddedControlPersistenceBinaryDataPart à HandoutMasterPart |
AddEmbeddedControlPersistenceBinaryDataPart(String, String)
Ajoute un EmbeddedControlPersistenceBinaryDataPart à HandoutMasterPart
public DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistenceBinaryDataPart AddEmbeddedControlPersistenceBinaryDataPart (string contentType, string id);
member this.AddEmbeddedControlPersistenceBinaryDataPart : string * string -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistenceBinaryDataPart
Public Function AddEmbeddedControlPersistenceBinaryDataPart (contentType As String, id As String) As EmbeddedControlPersistenceBinaryDataPart
Paramètres
- contentType
- String
Type de contenu de EmbeddedControlPersistenceBinaryDataPart
- id
- String
ID de relation
Retours
Composant nouvellement ajouté.
S’applique à
AddEmbeddedControlPersistenceBinaryDataPart(EmbeddedControlPersistenceBinaryDataPartType, String)
Ajoute un EmbeddedControlPersistenceBinaryDataPart à HandoutMasterPart
public DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistenceBinaryDataPart AddEmbeddedControlPersistenceBinaryDataPart (DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistenceBinaryDataPartType partType, string id);
member this.AddEmbeddedControlPersistenceBinaryDataPart : DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistenceBinaryDataPartType * string -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistenceBinaryDataPart
Public Function AddEmbeddedControlPersistenceBinaryDataPart (partType As EmbeddedControlPersistenceBinaryDataPartType, id As String) As EmbeddedControlPersistenceBinaryDataPart
Paramètres
Type de composant de EmbeddedControlPersistenceBinaryDataPart
- id
- String
ID de relation
Retours
Composant nouvellement ajouté.
S’applique à
AddEmbeddedControlPersistenceBinaryDataPart(EmbeddedControlPersistenceBinaryDataPartType)
Ajoute un EmbeddedControlPersistenceBinaryDataPart à HandoutMasterPart
public DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistenceBinaryDataPart AddEmbeddedControlPersistenceBinaryDataPart (DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistenceBinaryDataPartType partType);
member this.AddEmbeddedControlPersistenceBinaryDataPart : DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistenceBinaryDataPartType -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistenceBinaryDataPart
Public Function AddEmbeddedControlPersistenceBinaryDataPart (partType As EmbeddedControlPersistenceBinaryDataPartType) As EmbeddedControlPersistenceBinaryDataPart
Paramètres
Type de composant de EmbeddedControlPersistenceBinaryDataPart
Retours
Composant nouvellement ajouté.
S’applique à
AddEmbeddedControlPersistenceBinaryDataPart(String)
Ajoute un EmbeddedControlPersistenceBinaryDataPart à HandoutMasterPart
public DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistenceBinaryDataPart AddEmbeddedControlPersistenceBinaryDataPart (string contentType);
member this.AddEmbeddedControlPersistenceBinaryDataPart : string -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistenceBinaryDataPart
Public Function AddEmbeddedControlPersistenceBinaryDataPart (contentType As String) As EmbeddedControlPersistenceBinaryDataPart
Paramètres
- contentType
- String
Type de contenu de EmbeddedControlPersistenceBinaryDataPart
Retours
Composant nouvellement ajouté.