C# Class Translated.MateCAT.WinConverter.Converters.WordConverter

Inheritance: IConverter, IDisposable
Afficher le fichier Open project: matecat/MateCat-Win-Converter Class Usage Examples

Méthodes publiques

Méthode Description
Convert ( string sourceFilePath, int sourceFormat, string targetFilePath, int targetFormat ) : bool
Dispose ( ) : void
WordConverter ( ) : Microsoft.Office.Interop.Word

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Private Methods

Méthode Description
CreateWordInstance ( ) : void
DestroyWordInstance ( ) : void
IsWordWorking ( ) : bool

Method Details

Convert() public méthode

public Convert ( string sourceFilePath, int sourceFormat, string targetFilePath, int targetFormat ) : bool
sourceFilePath string
sourceFormat int
targetFilePath string
targetFormat int
Résultat bool

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

WordConverter() public méthode

public WordConverter ( ) : Microsoft.Office.Interop.Word
Résultat Microsoft.Office.Interop.Word