C# Class exo_jcr.msofficeplugin.excel.Connect

Inheritance: Object, Extensibility.IDTExtensibility2, ApplicationInterface
Afficher le fichier Open project: exodev/jcr-msofficeplugin

Méthodes publiques

Свойство Type Description
app Microsoft.Office.Interop.Excel._Application

Méthodes publiques

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

Private Methods

Méthode 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
onDocumentLoad ( ) : void

Method Details

Connect() public méthode

public Connect ( ) : System
Résultat System

OnAddInsUpdate() public méthode

public OnAddInsUpdate ( System &custom ) : void
custom System
Résultat void

OnBeginShutdown() public méthode

public OnBeginShutdown ( System &custom ) : void
custom System
Résultat void

OnConnection() public méthode

public OnConnection ( object application, Extensibility connectMode, object addInInst, System &custom ) : void
application object
connectMode Extensibility
addInInst object
custom System
Résultat void

OnDisconnection() public méthode

public OnDisconnection ( Extensibility disconnectMode, System &custom ) : void
disconnectMode Extensibility
custom System
Résultat void

OnStartupComplete() public méthode

public OnStartupComplete ( System &custom ) : void
custom System
Résultat void

getActiveDocumentFullName() public méthode

public getActiveDocumentFullName ( ) : String
Résultat String

getActiveDocumentName() public méthode

public getActiveDocumentName ( ) : String
Résultat String

getCacheFolder() public méthode

public getCacheFolder ( ) : String
Résultat String

getContext() public méthode

public getContext ( ) : DavContext
Résultat exo_jcr.webdav.csclient.Request.DavContext

getWorkspaceName() public méthode

public getWorkspaceName ( ) : String
Résultat String

needsCompare() public méthode

public needsCompare ( System.Boolean isNeedsCompare ) : void
isNeedsCompare System.Boolean
Résultat void

saveDocumentWithFormat() public méthode

public saveDocumentWithFormat ( String path, String contentType ) : void
path String
contentType String
Résultat void

setFileNameForOpen() public méthode

public setFileNameForOpen ( String fileName ) : void
fileName String
Résultat void

Property Details

app public_oe property

public _Application,Microsoft.Office.Interop.Excel app
Résultat Microsoft.Office.Interop.Excel._Application