C# Класс OfficeScript.Report.Presentation

Наследование: IDisposable
Показать файл Открыть проект

Открытые методы

Метод Описание
Dispose ( ) : void
GetUnderlyingObject ( ) : NetOffice.PowerPointApi.Presentation

Invoke ( ) : object

Retuns an object with async functions for node.js

Presentation ( NetOffice.PowerPointApi presentation ) : System

Защищенные методы

Метод Описание
Dispose ( bool disposing ) : void

Приватные методы

Метод Описание
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

Описание методов

Dispose() публичный Метод

public Dispose ( ) : void
Результат void

Dispose() защищенный Метод

protected Dispose ( bool disposing ) : void
disposing bool
Результат void

GetUnderlyingObject() публичный Метод

public GetUnderlyingObject ( ) : NetOffice.PowerPointApi.Presentation
Результат NetOffice.PowerPointApi.Presentation

Invoke() публичный Метод

Retuns an object with async functions for node.js
public Invoke ( ) : object
Результат object

Presentation() публичный Метод

public Presentation ( NetOffice.PowerPointApi presentation ) : System
presentation NetOffice.PowerPointApi
Результат System