C# Class OfficeScript.Report.PowerPointApplication

Inheritance: IDisposable
Afficher le fichier Open project: Miramac/node-office-script

Méthodes publiques

Méthode 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

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Dispose() protected méthode

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

Fetch() public méthode

public Fetch ( string name ) : Presentation
name string
Résultat Presentation

GetUnderlyingObject() public méthode

public GetUnderlyingObject ( ) : NetOffice.PowerPointApi.Application
Résultat NetOffice.PowerPointApi.Application

Invoke() public méthode

Retuns an object with async functions for node.js
public Invoke ( ) : object
Résultat object

Open() public méthode

public Open ( string name ) : Presentation
name string
Résultat Presentation