C# Class OfficeScript.Report.Presentation

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

Public Methods

Method Description
Dispose ( ) : void
GetUnderlyingObject ( ) : NetOffice.PowerPointApi.Presentation

Invoke ( ) : object

Retuns an object with async functions for node.js

Presentation ( NetOffice.PowerPointApi presentation ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Private Methods

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

public Dispose ( ) : void
return void

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

GetUnderlyingObject() public method

public GetUnderlyingObject ( ) : NetOffice.PowerPointApi.Presentation
return NetOffice.PowerPointApi.Presentation

Invoke() public method

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

Presentation() public method

public Presentation ( NetOffice.PowerPointApi presentation ) : System
presentation NetOffice.PowerPointApi
return System