SlideLayoutPart.AddEmbeddedPackagePart Method

This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.

Adds an EmbeddedPackagePart to the SlideLayoutPart.

Namespace:  DocumentFormat.OpenXml.Packaging
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
Public Function AddEmbeddedPackagePart ( _
    contentType As String _
) As EmbeddedPackagePart
'Usage
Dim instance As SlideLayoutPart
Dim contentType As String
Dim returnValue As EmbeddedPackagePart

returnValue = instance.AddEmbeddedPackagePart(contentType)
public EmbeddedPackagePart AddEmbeddedPackagePart(
    string contentType
)

Parameters

  • contentType
    Type: System.String
    Specifies the content type of the EmbeddedPackagePart.

Return Value

Type: DocumentFormat.OpenXml.Packaging.EmbeddedPackagePart
Returns the newly added part.

See Also

Reference

SlideLayoutPart Class

SlideLayoutPart Members

DocumentFormat.OpenXml.Packaging Namespace