次の方法で共有


FootnotesPart.AddEmbeddedPackagePart Method

Adds a EmbeddedPackagePart to the FootnotesPart.

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

Syntax

'宣言
Public Function AddEmbeddedPackagePart ( _
    contentType As String _
) As EmbeddedPackagePart
'使用
Dim instance As FootnotesPart
Dim contentType As String
Dim returnValue As EmbeddedPackagePart

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

Parameters

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

Return Value

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

See Also

Reference

FootnotesPart Class

FootnotesPart Members

DocumentFormat.OpenXml.Packaging Namespace