PresentationDocument.ChangeDocumentType(PresentationDocumentType) Method

Definition

Changes the document type.

public void ChangeDocumentType (DocumentFormat.OpenXml.PresentationDocumentType newType);
member this.ChangeDocumentType : DocumentFormat.OpenXml.PresentationDocumentType -> unit
Public Sub ChangeDocumentType (newType As PresentationDocumentType)

Parameters

newType
PresentationDocumentType

The new type of the document.

Remarks

The PresentationPart will be changed.

Applies to