Share via


WordprocessingDocument.ChangeDocumentType Method (Microsoft.Office.DocumentFormat.OpenXml.Packaging)

[このトピックはプレリリースのドキュメントであり、今後のリリース時に変更される可能性があります。空白のトピックはプレースホルダとして表示されています。]

Namespace: Microsoft.Office.DocumentFormat.OpenXml.Packaging
Assembly: Microsoft.Office.DocumentFormat.OpenXml (in microsoft.office.documentformat.openxml.dll)

構文

'宣言
Public Sub ChangeDocumentType ( _
    newType As WordprocessingDocumentType _
)
'使用
Dim instance As WordprocessingDocument
Dim newType As WordprocessingDocumentType

instance.ChangeDocumentType(newType)
public void ChangeDocumentType (
    WordprocessingDocumentType newType
)

Parameters

  • newType

参照

リファレンス

WordprocessingDocument Class
WordprocessingDocument Members
Microsoft.Office.DocumentFormat.OpenXml.Packaging Namespace