SlideLayoutPart.AddEmbeddedControlPersistenceBinaryDataPart Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
AddEmbeddedControlPersistenceBinaryDataPart(EmbeddedControlPersistenceBinaryDataPartType) |
Fügt dem SlideLayoutPart ein EmbeddedControlPersistenceBinaryDataPart-Objekt hinzu. |
AddEmbeddedControlPersistenceBinaryDataPart(String) |
Fügt dem SlideLayoutPart ein EmbeddedControlPersistenceBinaryDataPart-Objekt hinzu. |
AddEmbeddedControlPersistenceBinaryDataPart(EmbeddedControlPersistenceBinaryDataPartType, String) |
Fügt dem SlideLayoutPart ein EmbeddedControlPersistenceBinaryDataPart-Objekt hinzu. |
AddEmbeddedControlPersistenceBinaryDataPart(String, String) |
Fügt dem SlideLayoutPart ein EmbeddedControlPersistenceBinaryDataPart-Objekt hinzu. |
AddEmbeddedControlPersistenceBinaryDataPart(EmbeddedControlPersistenceBinaryDataPartType)
Fügt dem SlideLayoutPart ein EmbeddedControlPersistenceBinaryDataPart-Objekt hinzu.
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
Parameter
Der Teiletyp von EmbeddedControlPersistenceBinaryDataPart
Gibt zurück
Der neu hinzugefügte Teil.
Gilt für:
AddEmbeddedControlPersistenceBinaryDataPart(String)
Fügt dem SlideLayoutPart ein EmbeddedControlPersistenceBinaryDataPart-Objekt hinzu.
public DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistenceBinaryDataPart AddEmbeddedControlPersistenceBinaryDataPart (string contentType);
member this.AddEmbeddedControlPersistenceBinaryDataPart : string -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistenceBinaryDataPart
Public Function AddEmbeddedControlPersistenceBinaryDataPart (contentType As String) As EmbeddedControlPersistenceBinaryDataPart
Parameter
- contentType
- String
Der Inhaltstyp von EmbeddedControlPersistenceBinaryDataPart
Gibt zurück
Der neu hinzugefügte Teil.
Gilt für:
AddEmbeddedControlPersistenceBinaryDataPart(EmbeddedControlPersistenceBinaryDataPartType, String)
Fügt dem SlideLayoutPart ein EmbeddedControlPersistenceBinaryDataPart-Objekt hinzu.
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
Parameter
Der Teiletyp von EmbeddedControlPersistenceBinaryDataPart
- id
- String
Die Beziehungs-ID
Gibt zurück
Der neu hinzugefügte Teil.
Gilt für:
AddEmbeddedControlPersistenceBinaryDataPart(String, String)
Fügt dem SlideLayoutPart ein EmbeddedControlPersistenceBinaryDataPart-Objekt hinzu.
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
Parameter
- contentType
- String
Der Inhaltstyp von EmbeddedControlPersistenceBinaryDataPart
- id
- String
Die Beziehungs-ID
Gibt zurück
Der neu hinzugefügte Teil.