C# Class OfficeScript.Report.Slide

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

Public Methods

Method 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

Method 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 method

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

Invoke() public method

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

Slide() public method

public Slide ( NetOffice.PowerPointApi slide ) : System
slide NetOffice.PowerPointApi
return System