Freigeben über


WordprocessingDocument.AddRibbonAndBackstageCustomizationsPart-Methode

Adds a RibbonAndBackstageCustomizationsPart to the WordprocessingDocument, this part is only available in Office2010.

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

Syntax

'Declaration
Public Function AddRibbonAndBackstageCustomizationsPart As RibbonAndBackstageCustomizationsPart
'Usage
Dim instance As WordprocessingDocument
Dim returnValue As RibbonAndBackstageCustomizationsPart

returnValue = instance.AddRibbonAndBackstageCustomizationsPart()
public RibbonAndBackstageCustomizationsPart AddRibbonAndBackstageCustomizationsPart()

Rückgabewert

Typ: DocumentFormat.OpenXml.Packaging.RibbonAndBackstageCustomizationsPart
The newly added RibbonExtensibilityPart.

Siehe auch

Referenz

WordprocessingDocument Klasse

WordprocessingDocument-Member

DocumentFormat.OpenXml.Packaging-Namespace