C# Class XWord.AddinStatus

Represents the context of the add-in.
Afficher le fichier Open project: xwiki-contrib/xwiki-office

Méthodes publiques

Méthode Description
SetTaskPaneSelectedPage ( String space, String page ) : void

Sets the values corresponding to the selected page in the tree view

Method Details

SetTaskPaneSelectedPage() public méthode

Sets the values corresponding to the selected page in the tree view
public SetTaskPaneSelectedPage ( String space, String page ) : void
space String The value for the "space" key.
page String The value for the "page" key.
Résultat void