C# Class OfficeScript.Report.Shape

ファイルを表示 Open project: Miramac/node-office-script

Public Methods

Method Description
GetZindex ( ) : int
Invoke ( ) : object

Retuns an object with async functions for node.js

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

Private Methods

Method Description
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

Method Details

GetZindex() public method

public GetZindex ( ) : int
return int

Invoke() public method

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

SetZindex() public method

public SetZindex ( string order ) : void
order string
return void

Shape() public method

public Shape ( NetOffice.PowerPointApi shape ) : System
shape NetOffice.PowerPointApi
return System