C# Class OfficeScript.Report.PowerPointTags

Afficher le fichier Open project: Miramac/node-office-script Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public Delete ( string name ) : void
name string
Résultat void

Get() public méthode

public Get ( string name ) : string
name string
Résultat string

GetAll() public méthode

public GetAll ( ) : string>.Dictionary
Résultat string>.Dictionary

Invoke() public méthode

Retuns an object with async functions for node.js
public Invoke ( ) : object
Résultat object

PowerPointTags() public méthode

public PowerPointTags ( NetOffice.PowerPointApi presentation ) : System
presentation NetOffice.PowerPointApi
Résultat System

Set() public méthode

public Set ( object>.Dictionary parameters ) : void
parameters object>.Dictionary
Résultat void

Set() public méthode

public Set ( string name, object value ) : void
name string
value object
Résultat void