PresentationDocument.AddRibbonAndBackstageCustomizationsPart Method
Add a RibbonAndBackstageCustomizationsPart to the PresentationDocument, this part is only available in Office2010.
Namespace: DocumentFormat.OpenXml.Packaging
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'宣言
Public Function AddRibbonAndBackstageCustomizationsPart As RibbonAndBackstageCustomizationsPart
'使用
Dim instance As PresentationDocument
Dim returnValue As RibbonAndBackstageCustomizationsPart
returnValue = instance.AddRibbonAndBackstageCustomizationsPart()
public RibbonAndBackstageCustomizationsPart AddRibbonAndBackstageCustomizationsPart()
Return Value
Type: DocumentFormat.OpenXml.Packaging.RibbonAndBackstageCustomizationsPart
The newly added RibbonExtensibilityPart.