C# 클래스 exo_jcr.msofficeplugin.word.Connect

상속: Object, Extensibility.IDTExtensibility2, ApplicationInterface
파일 보기 프로젝트 열기: exodev/jcr-msofficeplugin

공개 프로퍼티들

프로퍼티 타입 설명
app Word._Application

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
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

메소드 상세

Connect() 공개 메소드

public Connect ( ) : System
리턴 System

OnAddInsUpdate() 공개 메소드

public OnAddInsUpdate ( System &custom ) : void
custom System
리턴 void

OnBeginShutdown() 공개 메소드

public OnBeginShutdown ( System &custom ) : void
custom System
리턴 void

OnConnection() 공개 메소드

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

OnDisconnection() 공개 메소드

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

OnStartupComplete() 공개 메소드

public OnStartupComplete ( System &custom ) : void
custom System
리턴 void

getActiveDocumentFullName() 공개 메소드

public getActiveDocumentFullName ( ) : String
리턴 String

getActiveDocumentName() 공개 메소드

public getActiveDocumentName ( ) : String
리턴 String

getCacheFolder() 공개 메소드

public getCacheFolder ( ) : String
리턴 String

getContext() 공개 메소드

public getContext ( ) : DavContext
리턴 exo_jcr.webdav.csclient.Request.DavContext

getWordFileName() 공개 메소드

public getWordFileName ( ) : String
리턴 String

getWorkspaceName() 공개 메소드

public getWorkspaceName ( ) : String
리턴 String

needsCompare() 공개 메소드

public needsCompare ( System.Boolean isNeedsCompare ) : void
isNeedsCompare System.Boolean
리턴 void

saveDocumentWithFormat() 공개 메소드

public saveDocumentWithFormat ( String path, String contentType ) : void
path String
contentType String
리턴 void

setFileNameForOpen() 공개 메소드

public setFileNameForOpen ( String fileName ) : void
fileName String
리턴 void

프로퍼티 상세

app 공개적으로 프로퍼티

public Word._Application app
리턴 Word._Application