PresentationDocument.PresentationPart Property
Gets the PresentationPart of the PresentationDocument.
Namespace: DocumentFormat.OpenXml.Packaging
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
声明
Public ReadOnly Property PresentationPart As PresentationPart
Get
用法
Dim instance As PresentationDocument
Dim value As PresentationPart
value = instance.PresentationPart
public PresentationPart PresentationPart { get; }
Property Value
Type: DocumentFormat.OpenXml.Packaging.PresentationPart