C# Class exo_jcr.msofficeplugin.word.Connect

Inheritance: Object, Extensibility.IDTExtensibility2, ApplicationInterface
Exibir arquivo Open project: exodev/jcr-msofficeplugin

Public Properties

Property Type Description
app Word._Application

Public Methods

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 ( ) : DavContext
getWordFileName ( ) : String
getWorkspaceName ( ) : String
needsCompare ( System.Boolean isNeedsCompare ) : void
saveDocumentWithFormat ( String path, String contentType ) : void
setFileNameForOpen ( String fileName ) : void

Private Methods

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 ( ) : DavContext
getFileTypes ( ) : ArrayList
makePut ( ) : void
onDocumentCompare ( ) : void
onDocumentLoad ( ) : void

Method Details

Connect() public method

public Connect ( ) : System
return System

OnAddInsUpdate() public method

public OnAddInsUpdate ( System &custom ) : void
custom System
return void

OnBeginShutdown() public method

public OnBeginShutdown ( System &custom ) : void
custom System
return void

OnConnection() public method

public OnConnection ( object application, Extensibility connectMode, object addInInst, System &custom ) : void
application object
connectMode Extensibility
addInInst object
custom System
return void

OnDisconnection() public method

public OnDisconnection ( Extensibility disconnectMode, System &custom ) : void
disconnectMode Extensibility
custom System
return void

OnStartupComplete() public method

public OnStartupComplete ( System &custom ) : void
custom System
return void

getActiveDocumentFullName() public method

public getActiveDocumentFullName ( ) : String
return String

getActiveDocumentName() public method

public getActiveDocumentName ( ) : String
return String

getCacheFolder() public method

public getCacheFolder ( ) : String
return String

getContext() public method

public getContext ( ) : DavContext
return exo_jcr.webdav.csclient.Request.DavContext

getWordFileName() public method

public getWordFileName ( ) : String
return String

getWorkspaceName() public method

public getWorkspaceName ( ) : String
return String

needsCompare() public method

public needsCompare ( System.Boolean isNeedsCompare ) : void
isNeedsCompare System.Boolean
return void

saveDocumentWithFormat() public method

public saveDocumentWithFormat ( String path, String contentType ) : void
path String
contentType String
return void

setFileNameForOpen() public method

public setFileNameForOpen ( String fileName ) : void
fileName String
return void

Property Details

app public_oe property

public Word._Application app
return Word._Application