PresentationDocument.DocumentType Property
Gets the type of the PresentationDocument.
Namespace: DocumentFormat.OpenXml.Packaging
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
声明
Public Property DocumentType As PresentationDocumentType
Get
Private Set
用法
Dim instance As PresentationDocument
Dim value As PresentationDocumentType
value = instance.DocumentType
public PresentationDocumentType DocumentType { get; private set; }
Property Value
Type: DocumentFormat.OpenXml.PresentationDocumentType