C# 클래스 Translated.MateCAT.WinConverter.Converters.WordConverter

상속: IConverter, IDisposable
파일 보기 프로젝트 열기: matecat/MateCat-Win-Converter 1 사용 예제들

공개 메소드들

메소드 설명
Convert ( string sourceFilePath, int sourceFormat, string targetFilePath, int targetFormat ) : bool
Dispose ( ) : void
WordConverter ( ) : Microsoft.Office.Interop.Word

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

비공개 메소드들

메소드 설명
CreateWordInstance ( ) : void
DestroyWordInstance ( ) : void
IsWordWorking ( ) : bool

메소드 상세

Convert() 공개 메소드

public Convert ( string sourceFilePath, int sourceFormat, string targetFilePath, int targetFormat ) : bool
sourceFilePath string
sourceFormat int
targetFilePath string
targetFormat int
리턴 bool

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Dispose() 보호된 메소드

protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

WordConverter() 공개 메소드

public WordConverter ( ) : Microsoft.Office.Interop.Word
리턴 Microsoft.Office.Interop.Word