C# Class OfficeScript.Report.PowerPointApplication

Inheritance: IDisposable
ファイルを表示 Open project: Miramac/node-office-script

Public Methods

Method Description
Dispose ( ) : void
Fetch ( string name ) : Presentation

GetUnderlyingObject ( ) : NetOffice.PowerPointApi.Application

Invoke ( ) : object

Retuns an object with async functions for node.js

Open ( string name ) : Presentation

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void

Dispose() protected method

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

Fetch() public method

public Fetch ( string name ) : Presentation
name string
return Presentation

GetUnderlyingObject() public method

public GetUnderlyingObject ( ) : NetOffice.PowerPointApi.Application
return NetOffice.PowerPointApi.Application

Invoke() public method

Retuns an object with async functions for node.js
public Invoke ( ) : object
return object

Open() public method

public Open ( string name ) : Presentation
name string
return Presentation