PresentationPart.Presentation Property
Gets/Sets the root element of this part.
Namespace: DocumentFormat.OpenXml.Packaging
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
声明
Public Property Presentation As Presentation
Get
Set
用法
Dim instance As PresentationPart
Dim value As Presentation
value = instance.Presentation
instance.Presentation = value
public Presentation Presentation { get; set; }
Property Value
Type: DocumentFormat.OpenXml.Presentation.Presentation