SlideLayoutPart.AddEmbeddedControlPersistencePart Method (String)
Adds a EmbeddedControlPersistencePart to the SlideLayoutPart.
Namespace: DocumentFormat.OpenXml.Packaging
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
声明
Public Function AddEmbeddedControlPersistencePart ( _
contentType As String _
) As EmbeddedControlPersistencePart
用法
Dim instance As SlideLayoutPart
Dim contentType As String
Dim returnValue As EmbeddedControlPersistencePart
returnValue = instance.AddEmbeddedControlPersistencePart(contentType)
public EmbeddedControlPersistencePart AddEmbeddedControlPersistencePart(
string contentType
)
Parameters
- contentType
Type: System.String
the content type of the EmbeddedControlPersistencePart
Return Value
Type: DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePart
The newly added part.