Property | Type | Description | |
---|---|---|---|
app | Word._Application |
Method | Description | |
---|---|---|
Connect ( ) : System | ||
OnAddInsUpdate ( System &custom ) : void | ||
OnBeginShutdown ( System &custom ) : void | ||
OnConnection ( object application, Extensibility connectMode, object addInInst, System &custom ) : void | ||
OnDisconnection ( Extensibility disconnectMode, System &custom ) : void | ||
OnStartupComplete ( System &custom ) : void | ||
getActiveDocumentFullName ( ) : String | ||
getActiveDocumentName ( ) : String | ||
getCacheFolder ( ) : String | ||
getContext ( ) : |
||
getWordFileName ( ) : String | ||
getWorkspaceName ( ) : String | ||
needsCompare ( System.Boolean isNeedsCompare ) : void | ||
saveDocumentWithFormat ( String path, String contentType ) : void | ||
setFileNameForOpen ( String fileName ) : void |
Method | Description | |
---|---|---|
About_Click ( System.Windows.Forms.CommandBarButton cmdBarbutton, bool &cancel ) : void | ||
Open_Click ( System.Windows.Forms.CommandBarButton cmdBarbutton, bool &cancel ) : void | ||
SaveAs_Click ( System.Windows.Forms.CommandBarButton cmdBarbutton, bool &cancel ) : void | ||
Save_Click ( System.Windows.Forms.CommandBarButton cmdBarbutton, bool &cancel ) : void | ||
Search_Click ( System.Windows.Forms.CommandBarButton cmdBarbutton, bool &cancel ) : void | ||
Settings_Click ( System.Windows.Forms.CommandBarButton cmdBarbutton, bool &cancel ) : void | ||
clearRepository ( ) : void | ||
createContext ( ) : |
||
getFileTypes ( ) : |
||
makePut ( ) : void | ||
onDocumentCompare ( ) : void | ||
onDocumentLoad ( ) : void |
public OnAddInsUpdate ( System &custom ) : void | ||
custom | System | |
return | void |
public OnBeginShutdown ( System &custom ) : void | ||
custom | System | |
return | void |
public OnConnection ( object application, Extensibility connectMode, object addInInst, System &custom ) : void | ||
application | object | |
connectMode | Extensibility | |
addInInst | object | |
custom | System | |
return | void |
public OnDisconnection ( Extensibility disconnectMode, System &custom ) : void | ||
disconnectMode | Extensibility | |
custom | System | |
return | void |
public OnStartupComplete ( System &custom ) : void | ||
custom | System | |
return | void |
public getActiveDocumentFullName ( ) : String | ||
return | String |
public getContext ( ) : |
||
return |
public needsCompare ( System.Boolean isNeedsCompare ) : void | ||
isNeedsCompare | System.Boolean | |
return | void |
public saveDocumentWithFormat ( String path, String contentType ) : void | ||
path | String | |
contentType | String | |
return | void |
public setFileNameForOpen ( String fileName ) : void | ||
fileName | String | |
return | void |