C# Class OfficeScript.Report.PowerPointTags

Show file Open project: Miramac/node-office-script Class Usage Examples

Public Methods

Method Description
Delete ( string name ) : void
Get ( string name ) : string
GetAll ( ) : string>.Dictionary
Invoke ( ) : object

Retuns an object with async functions for node.js

PowerPointTags ( NetOffice.PowerPointApi presentation ) : System
Set ( object>.Dictionary parameters ) : void
Set ( string name, object value ) : void

Method Details

Delete() public method

public Delete ( string name ) : void
name string
return void

Get() public method

public Get ( string name ) : string
name string
return string

GetAll() public method

public GetAll ( ) : string>.Dictionary
return string>.Dictionary

Invoke() public method

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

PowerPointTags() public method

public PowerPointTags ( NetOffice.PowerPointApi presentation ) : System
presentation NetOffice.PowerPointApi
return System

Set() public method

public Set ( object>.Dictionary parameters ) : void
parameters object>.Dictionary
return void

Set() public method

public Set ( string name, object value ) : void
name string
value object
return void