次の方法で共有


WordprocessingDocument.AddExtendedFilePropertiesPart Method

Adds a ExtendedFilePropertiesPart to the WordprocessingDocument.

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

Syntax

'宣言
Public Function AddExtendedFilePropertiesPart As ExtendedFilePropertiesPart
'使用
Dim instance As WordprocessingDocument
Dim returnValue As ExtendedFilePropertiesPart

returnValue = instance.AddExtendedFilePropertiesPart()
public ExtendedFilePropertiesPart AddExtendedFilePropertiesPart()

Return Value

Type: DocumentFormat.OpenXml.Packaging.ExtendedFilePropertiesPart
The newly added ExtendedFilePropertiesPart.

See Also

Reference

WordprocessingDocument Class

WordprocessingDocument Members

DocumentFormat.OpenXml.Packaging Namespace