C# Class OfficeScript.Report.Character

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

Public Methods

Method Description
Character ( NetOffice.PowerPointApi shape, object>.Dictionary parameters ) : System
GetUnderlyingObject ( ) : NetOffice.OfficeApi.TextRange2

GetUnderlyingObject ( ) : NetOffice.OfficeApi.TextRange2

Invoke ( ) : object

Retuns an object with async functions for node.js

Private Methods

Method Description
Remove ( ) : void

Method Details

Character() public method

public Character ( NetOffice.PowerPointApi shape, object>.Dictionary parameters ) : System
shape NetOffice.PowerPointApi
parameters object>.Dictionary
return System

GetUnderlyingObject() public method

public GetUnderlyingObject ( ) : NetOffice.OfficeApi.TextRange2
return NetOffice.OfficeApi.TextRange2

GetUnderlyingObject() public method

public GetUnderlyingObject ( ) : NetOffice.OfficeApi.TextRange2
return NetOffice.OfficeApi.TextRange2

Invoke() public method

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