C# 클래스 OfficeScript.Report.Slide

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

공개 메소드들

메소드 설명
AddPicture ( object>.IDictionary parameters ) : object

Adds an empty textbox on the given slide

Invoke ( ) : object

Retuns an object with async functions for node.js

Slide ( NetOffice.PowerPointApi slide ) : System

비공개 메소드들

메소드 설명
AddTextbox ( object>.IDictionary parameters ) : object

AddTextbox and retrun shape object

BatchTextReplace ( string>.Dictionary replaces ) : void

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 filter ) : object

Init shape Array

Sort ( ) : void

Not yet Implemented!

TestFilter ( object>.IDictionary filter ) : bool
TextReplace ( object>.Dictionary parameters ) : void

Find and replace in presentation

TextReplace ( NetOffice.PowerPointApi textRange, string>.Dictionary replaces ) : void
TextReplace ( string find, string replace ) : void

Find and replace in presentation

메소드 상세

AddPicture() 공개 메소드

Adds an empty textbox on the given slide
public AddPicture ( object>.IDictionary parameters ) : object
parameters object>.IDictionary
리턴 object

Invoke() 공개 메소드

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

Slide() 공개 메소드

public Slide ( NetOffice.PowerPointApi slide ) : System
slide NetOffice.PowerPointApi
리턴 System