SlideLayoutPart.AddEmbeddedControlPersistenceBinaryDataPart Method

Definition

Overloads

AddEmbeddedControlPersistenceBinaryDataPart(EmbeddedControlPersistenceBinaryDataPartType)

Adds a EmbeddedControlPersistenceBinaryDataPart to the SlideLayoutPart

AddEmbeddedControlPersistenceBinaryDataPart(String)

Adds a EmbeddedControlPersistenceBinaryDataPart to the SlideLayoutPart

AddEmbeddedControlPersistenceBinaryDataPart(EmbeddedControlPersistenceBinaryDataPartType, String)

Adds a EmbeddedControlPersistenceBinaryDataPart to the SlideLayoutPart

AddEmbeddedControlPersistenceBinaryDataPart(String, String)

Adds a EmbeddedControlPersistenceBinaryDataPart to the SlideLayoutPart

AddEmbeddedControlPersistenceBinaryDataPart(EmbeddedControlPersistenceBinaryDataPartType)

Adds a EmbeddedControlPersistenceBinaryDataPart to the SlideLayoutPart

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

Parameters

partType
EmbeddedControlPersistenceBinaryDataPartType

The part type of the EmbeddedControlPersistenceBinaryDataPart

Returns

The newly added part.

Applies to

AddEmbeddedControlPersistenceBinaryDataPart(String)

Adds a EmbeddedControlPersistenceBinaryDataPart to the SlideLayoutPart

public DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistenceBinaryDataPart AddEmbeddedControlPersistenceBinaryDataPart (string contentType);
member this.AddEmbeddedControlPersistenceBinaryDataPart : string -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistenceBinaryDataPart
Public Function AddEmbeddedControlPersistenceBinaryDataPart (contentType As String) As EmbeddedControlPersistenceBinaryDataPart

Parameters

contentType
String

The content type of the EmbeddedControlPersistenceBinaryDataPart

Returns

The newly added part.

Applies to

AddEmbeddedControlPersistenceBinaryDataPart(EmbeddedControlPersistenceBinaryDataPartType, String)

Adds a EmbeddedControlPersistenceBinaryDataPart to the SlideLayoutPart

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

Parameters

partType
EmbeddedControlPersistenceBinaryDataPartType

The part type of the EmbeddedControlPersistenceBinaryDataPart

id
String

The relationship id

Returns

The newly added part.

Applies to

AddEmbeddedControlPersistenceBinaryDataPart(String, String)

Adds a EmbeddedControlPersistenceBinaryDataPart to the SlideLayoutPart

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

Parameters

contentType
String

The content type of the EmbeddedControlPersistenceBinaryDataPart

id
String

The relationship id

Returns

The newly added part.

Applies to