C# 클래스 OfficeScript.Report.PowerPointApplication

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

공개 메소드들

메소드 설명
Dispose ( ) : void
Fetch ( string name ) : Presentation

GetUnderlyingObject ( ) : NetOffice.PowerPointApi.Application

Invoke ( ) : object

Retuns an object with async functions for node.js

Open ( string name ) : Presentation

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Dispose() 보호된 메소드

protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

Fetch() 공개 메소드

public Fetch ( string name ) : Presentation
name string
리턴 Presentation

GetUnderlyingObject() 공개 메소드

public GetUnderlyingObject ( ) : NetOffice.PowerPointApi.Application
리턴 NetOffice.PowerPointApi.Application

Invoke() 공개 메소드

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

Open() 공개 메소드

public Open ( string name ) : Presentation
name string
리턴 Presentation