SlidePart.AddAudioReferenceRelationship Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
AddAudioReferenceRelationship(MediaDataPart) |
Adds a AudioReferenceRelationship to the SlidePart |
AddAudioReferenceRelationship(MediaDataPart, String) |
Adds a AudioReferenceRelationship to the SlidePart |
AddAudioReferenceRelationship(MediaDataPart)
Adds a AudioReferenceRelationship to the SlidePart
public DocumentFormat.OpenXml.Packaging.AudioReferenceRelationship AddAudioReferenceRelationship (DocumentFormat.OpenXml.Packaging.MediaDataPart mediaDataPart);
member this.AddAudioReferenceRelationship : DocumentFormat.OpenXml.Packaging.MediaDataPart -> DocumentFormat.OpenXml.Packaging.AudioReferenceRelationship
Public Function AddAudioReferenceRelationship (mediaDataPart As MediaDataPart) As AudioReferenceRelationship
Parameters
- mediaDataPart
- MediaDataPart
The part type of the AudioReferenceRelationship
Returns
The new AudioReferenceRelationship.
Exceptions
Thrown when mediaDataPart
is null.
Thrown when the specified mediaDataPart
is not in this document.
Applies to
AddAudioReferenceRelationship(MediaDataPart, String)
Adds a AudioReferenceRelationship to the SlidePart
public DocumentFormat.OpenXml.Packaging.AudioReferenceRelationship AddAudioReferenceRelationship (DocumentFormat.OpenXml.Packaging.MediaDataPart mediaDataPart, string id);
member this.AddAudioReferenceRelationship : DocumentFormat.OpenXml.Packaging.MediaDataPart * string -> DocumentFormat.OpenXml.Packaging.AudioReferenceRelationship
Public Function AddAudioReferenceRelationship (mediaDataPart As MediaDataPart, id As String) As AudioReferenceRelationship
Parameters
- mediaDataPart
- MediaDataPart
The part type of the AudioReferenceRelationship
- id
- String
The relationship id
Returns
The new AudioReferenceRelationship.
Exceptions
Thrown when id
is null.
Thrown when the specified mediaDataPart
is not in this document.