SlidePart.Slide Property
Gets/Sets the root element of this part.
Namespace: DocumentFormat.OpenXml.Packaging
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
Public Property Slide As Slide
Get
Set
'Usage
Dim instance As SlidePart
Dim value As Slide
value = instance.Slide
instance.Slide = value
public Slide Slide { get; set; }
Property Value
Type: DocumentFormat.OpenXml.Presentation.Slide