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

Inheritance: IConverter, IDisposable
显示文件 Open project: matecat/MateCat-Win-Converter Class Usage Examples

Public Methods

Method Description
Convert ( string sourceFilePath, int sourceFormat, string targetFilePath, int targetFormat ) : bool
Dispose ( ) : void
PowerPointConverter ( ) : Microsoft.Office.Interop.PowerPoint

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Private Methods

Method Description
CreatePowerPointInstance ( ) : void
DestroyPowerPointInstance ( ) : void
IsPowerPointWorking ( ) : bool

Method Details

Convert() public method

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

Dispose() public method

public Dispose ( ) : void
return void

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

PowerPointConverter() public method

public PowerPointConverter ( ) : Microsoft.Office.Interop.PowerPoint
return Microsoft.Office.Interop.PowerPoint