Method | Description | |
---|---|---|
AddPicture ( object>.IDictionary |
Adds an empty textbox on the given slide
|
|
Invoke ( ) : object |
Retuns an object with async functions for node.js
|
|
Slide ( NetOffice.PowerPointApi slide ) : System |
Method | Description | |
---|---|---|
AddTextbox ( object>.IDictionary |
AddTextbox and retrun shape object
|
|
BatchTextReplace ( string>.Dictionary |
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 |
Init shape Array
|
|
Sort ( ) : void |
Not yet Implemented!
|
|
TestFilter ( object>.IDictionary |
||
TextReplace ( object>.Dictionary |
Find and replace in presentation
|
|
TextReplace ( NetOffice.PowerPointApi textRange, string>.Dictionary |
||
TextReplace ( string find, string replace ) : void |
Find and replace in presentation
|
public AddPicture ( object>.IDictionary |
||
parameters | object>.IDictionary | |
return | object |
public Slide ( NetOffice.PowerPointApi slide ) : System | ||
slide | NetOffice.PowerPointApi | |
return | System |