SlideMasterPart.AddImagePart 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
AddImagePart(ImagePartType, String) |
Adds a ImagePart to the SlideMasterPart |
AddImagePart(String, String) |
Adds a ImagePart to the SlideMasterPart |
AddImagePart(ImagePartType) |
Adds a ImagePart to the SlideMasterPart |
AddImagePart(String) |
Adds a ImagePart to the SlideMasterPart |
AddImagePart(ImagePartType, String)
Adds a ImagePart to the SlideMasterPart
public DocumentFormat.OpenXml.Packaging.ImagePart AddImagePart (DocumentFormat.OpenXml.Packaging.ImagePartType partType, string id);
member this.AddImagePart : DocumentFormat.OpenXml.Packaging.ImagePartType * string -> DocumentFormat.OpenXml.Packaging.ImagePart
Public Function AddImagePart (partType As ImagePartType, id As String) As ImagePart
Parameters
- partType
- ImagePartType
The part type of the ImagePart
- id
- String
The relationship id
Returns
The newly added part.
Applies to
AddImagePart(String, String)
Adds a ImagePart to the SlideMasterPart
public DocumentFormat.OpenXml.Packaging.ImagePart AddImagePart (string contentType, string id);
member this.AddImagePart : string * string -> DocumentFormat.OpenXml.Packaging.ImagePart
Public Function AddImagePart (contentType As String, id As String) As ImagePart
Parameters
- contentType
- String
The content type of the ImagePart
- id
- String
The relationship id
Returns
The newly added part.
Applies to
AddImagePart(ImagePartType)
Adds a ImagePart to the SlideMasterPart
public DocumentFormat.OpenXml.Packaging.ImagePart AddImagePart (DocumentFormat.OpenXml.Packaging.ImagePartType partType);
member this.AddImagePart : DocumentFormat.OpenXml.Packaging.ImagePartType -> DocumentFormat.OpenXml.Packaging.ImagePart
Public Function AddImagePart (partType As ImagePartType) As ImagePart
Parameters
- partType
- ImagePartType
The part type of the ImagePart
Returns
The newly added part.
Applies to
AddImagePart(String)
Adds a ImagePart to the SlideMasterPart
public DocumentFormat.OpenXml.Packaging.ImagePart AddImagePart (string contentType);
member this.AddImagePart : string -> DocumentFormat.OpenXml.Packaging.ImagePart
Public Function AddImagePart (contentType As String) As ImagePart
Parameters
- contentType
- String
The content type of the ImagePart
Returns
The newly added part.