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

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
PowerPointConverter ( ) : Microsoft.Office.Interop.PowerPoint

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Private Methods

Méthode Description
CreatePowerPointInstance ( ) : void
DestroyPowerPointInstance ( ) : void
IsPowerPointWorking ( ) : 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

PowerPointConverter() public méthode

public PowerPointConverter ( ) : Microsoft.Office.Interop.PowerPoint
Résultat Microsoft.Office.Interop.PowerPoint