C# Class OfficeScript.Report.Presentation

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

Méthodes publiques

Méthode Description
Dispose ( ) : void
GetUnderlyingObject ( ) : NetOffice.PowerPointApi.Presentation

Invoke ( ) : object

Retuns an object with async functions for node.js

Presentation ( NetOffice.PowerPointApi presentation ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Private Methods

Méthode Description
AddSlide ( object>.Dictionary parameters ) : object

Add a new Slide

BatchTextReplace ( string>.Dictionary replaces ) : void

Mass Find and replace in presentation

GetActiveSlide ( ) : object
GetSelectedShape ( ) : object
PasteSlide ( int index ) : object
Save ( ) : void
SaveAs ( object>.IDictionary parameters ) : void
SaveAs ( string fileName, string fileType ) : void
SaveAs ( string fileName, string fileType, bool isCopy ) : void
SaveAsCopy ( object>.IDictionary parameters ) : void
SaveAsCopy ( string fileName, string fileType ) : void
Slides ( object>.IDictionary filter ) : object

Init slide Array

TextReplace ( object>.Dictionary parameters ) : void

Find and replace in presentation

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

GetUnderlyingObject() public méthode

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

Invoke() public méthode

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

Presentation() public méthode

public Presentation ( NetOffice.PowerPointApi presentation ) : System
presentation NetOffice.PowerPointApi
Résultat System