PresentationDocument.RibbonAndBackstageCustomizationsPart Property

Gets the RibbonAndBackstageCustomizationsPart of the PresentationDocument, only available in Office2010.

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

Syntax

'Declaration
<OfficeAvailabilityAttribute(FileFormatVersions.Office2010)> _
Public ReadOnly Property RibbonAndBackstageCustomizationsPart As RibbonAndBackstageCustomizationsPart
    Get
'Usage
Dim instance As PresentationDocument
Dim value As RibbonAndBackstageCustomizationsPart

value = instance.RibbonAndBackstageCustomizationsPart
[OfficeAvailabilityAttribute(FileFormatVersions.Office2010)]
public RibbonAndBackstageCustomizationsPart RibbonAndBackstageCustomizationsPart { get; }

Property Value

Type: DocumentFormat.OpenXml.Packaging.RibbonAndBackstageCustomizationsPart

See Also

Reference

PresentationDocument Class

PresentationDocument Members

DocumentFormat.OpenXml.Packaging Namespace