SlideLayoutPart.AddVideoReferenceRelationship Method

Definition

Overloads

AddVideoReferenceRelationship(MediaDataPart)

Adds a VideoReferenceRelationship to the SlideLayoutPart

AddVideoReferenceRelationship(MediaDataPart, String)

Adds a VideoReferenceRelationship to the SlideLayoutPart

AddVideoReferenceRelationship(MediaDataPart)

Adds a VideoReferenceRelationship to the SlideLayoutPart

public DocumentFormat.OpenXml.Packaging.VideoReferenceRelationship AddVideoReferenceRelationship (DocumentFormat.OpenXml.Packaging.MediaDataPart mediaDataPart);
member this.AddVideoReferenceRelationship : DocumentFormat.OpenXml.Packaging.MediaDataPart -> DocumentFormat.OpenXml.Packaging.VideoReferenceRelationship
Public Function AddVideoReferenceRelationship (mediaDataPart As MediaDataPart) As VideoReferenceRelationship

Parameters

mediaDataPart
MediaDataPart

The part type of the VideoReferenceRelationship

Returns

The new VideoReferenceRelationship.

Exceptions

Thrown when mediaDataPart is null.

Thrown when the specified mediaDataPart is not in this document.

Applies to

AddVideoReferenceRelationship(MediaDataPart, String)

Adds a VideoReferenceRelationship to the SlideLayoutPart

public DocumentFormat.OpenXml.Packaging.VideoReferenceRelationship AddVideoReferenceRelationship (DocumentFormat.OpenXml.Packaging.MediaDataPart mediaDataPart, string id);
member this.AddVideoReferenceRelationship : DocumentFormat.OpenXml.Packaging.MediaDataPart * string -> DocumentFormat.OpenXml.Packaging.VideoReferenceRelationship
Public Function AddVideoReferenceRelationship (mediaDataPart As MediaDataPart, id As String) As VideoReferenceRelationship

Parameters

mediaDataPart
MediaDataPart

The part type of the VideoReferenceRelationship

id
String

The relationship id

Returns

The new VideoReferenceRelationship.

Exceptions

Thrown when id is null.

Thrown when the specified mediaDataPart is not in this document.

Applies to