C# Class OfficeScript.Report.Slide

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

Méthodes publiques

Méthode Description
AddPicture ( object>.IDictionary parameters ) : object

Adds an empty textbox on the given slide

Invoke ( ) : object

Retuns an object with async functions for node.js

Slide ( NetOffice.PowerPointApi slide ) : System

Private Methods

Méthode Description
AddTextbox ( object>.IDictionary parameters ) : object

AddTextbox and retrun shape object

BatchTextReplace ( string>.Dictionary replaces ) : void

Mass Find and replace in slide

Copy ( ) : void

Copy Slide

Duplicate ( ) : object

Duplicate Slide, default position is Slide-Index + 1

GetUnderlyingObject ( ) : NetOffice.PowerPointApi.Slide

Remove ( ) : void

Deletes the Slide

Shapes ( object>.IDictionary filter ) : object

Init shape Array

Sort ( ) : void

Not yet Implemented!

TestFilter ( object>.IDictionary filter ) : bool
TextReplace ( object>.Dictionary parameters ) : void

Find and replace in presentation

TextReplace ( NetOffice.PowerPointApi textRange, string>.Dictionary replaces ) : void
TextReplace ( string find, string replace ) : void

Find and replace in presentation

Method Details

AddPicture() public méthode

Adds an empty textbox on the given slide
public AddPicture ( object>.IDictionary parameters ) : object
parameters object>.IDictionary
Résultat object

Invoke() public méthode

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

Slide() public méthode

public Slide ( NetOffice.PowerPointApi slide ) : System
slide NetOffice.PowerPointApi
Résultat System