PresentationPart.Presentation Property

Gets/Sets the root element of this part.

Namespace:  DocumentFormat.OpenXml.Packaging
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
Public Property Presentation As Presentation
    Get
    Set
'Usage
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

See Also

Reference

PresentationPart Class

PresentationPart Members

DocumentFormat.OpenXml.Packaging Namespace