FootnotesPart.AddEmbeddedObjectPart Method

Adds a EmbeddedObjectPart to the FootnotesPart.

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

Syntax

'Declaration
Public Function AddEmbeddedObjectPart ( _
    contentType As String _
) As EmbeddedObjectPart
'Usage
Dim instance As FootnotesPart
Dim contentType As String
Dim returnValue As EmbeddedObjectPart

returnValue = instance.AddEmbeddedObjectPart(contentType)
public EmbeddedObjectPart AddEmbeddedObjectPart(
    string contentType
)

Parameters

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

Return Value

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

See Also

Reference

FootnotesPart Class

FootnotesPart Members

DocumentFormat.OpenXml.Packaging Namespace