C# Class XWord.AddinStatus

Represents the context of the add-in.
显示文件 Open project: xwiki-contrib/xwiki-office

Public Methods

Method Description
SetTaskPaneSelectedPage ( String space, String page ) : void

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

Method Details

SetTaskPaneSelectedPage() public method

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.
return void