次の方法で共有


SlideLayoutPart.AddImagePart Method (String, String)

Adds a ImagePart to the SlideLayoutPart.

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

Syntax

'宣言
Public Function AddImagePart ( _
    contentType As String, _
    id As String _
) As ImagePart
'使用
Dim instance As SlideLayoutPart
Dim contentType As String
Dim id As String
Dim returnValue As ImagePart

returnValue = instance.AddImagePart(contentType, _
    id)
public ImagePart AddImagePart(
    string contentType,
    string id
)

Parameters

  • contentType
    Type: System.String
    the content type of the ImagePart

Return Value

Type: DocumentFormat.OpenXml.Packaging.ImagePart
The newly added part.

See Also

Reference

SlideLayoutPart Class

SlideLayoutPart Members

AddImagePart Overload

DocumentFormat.OpenXml.Packaging Namespace