C# 클래스 XWord.AddinStatus

Represents the context of the add-in.
파일 보기 프로젝트 열기: xwiki-contrib/xwiki-office

공개 메소드들

메소드 설명
SetTaskPaneSelectedPage ( String space, String page ) : void

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

메소드 상세

SetTaskPaneSelectedPage() 공개 메소드

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.
리턴 void