C# 클래스 OfficeScript.Report.Shape

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

공개 메소드들

메소드 설명
GetZindex ( ) : int
Invoke ( ) : object

Retuns an object with async functions for node.js

SetZindex ( string order ) : void
Shape ( NetOffice.PowerPointApi shape ) : System

비공개 메소드들

메소드 설명
Duplicate ( ) : object

Duplicate this Shape

ExportAs ( object>.IDictionary parameters ) : void

Export shape as picture

GetTags ( ) : PowerPointTags

GetUnderlyingObject ( ) : NetOffice.PowerPointApi.Shape

HasObject ( string name ) : bool

Remove ( ) : void

Deletes the Shape

TestFilter ( object>.IDictionary filter ) : bool

Test if the given Filter matches the shape. Filter can be Tags or Properties. eg: {"tag:mytag", "Some Value", "attr:Name", "Shape Name"}

TextReplace ( object>.Dictionary parameters ) : void

Search and replace

TextReplace ( string find, string replace ) : void

Use PPT buildin search and replace function

메소드 상세

GetZindex() 공개 메소드

public GetZindex ( ) : int
리턴 int

Invoke() 공개 메소드

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

SetZindex() 공개 메소드

public SetZindex ( string order ) : void
order string
리턴 void

Shape() 공개 메소드

public Shape ( NetOffice.PowerPointApi shape ) : System
shape NetOffice.PowerPointApi
리턴 System