C# 클래스 OfficeScript.Report.Presentation

상속: IDisposable
파일 보기 프로젝트 열기: Miramac/node-office-script

공개 메소드들

메소드 설명
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