C# 클래스 OfficeScript.Report.Character

파일 보기 프로젝트 열기: Miramac/node-office-script 1 사용 예제들

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
Remove ( ) : void

메소드 상세

Character() 공개 메소드

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

GetUnderlyingObject() 공개 메소드

public GetUnderlyingObject ( ) : NetOffice.OfficeApi.TextRange2
리턴 NetOffice.OfficeApi.TextRange2

GetUnderlyingObject() 공개 메소드

public GetUnderlyingObject ( ) : NetOffice.OfficeApi.TextRange2
리턴 NetOffice.OfficeApi.TextRange2

Invoke() 공개 메소드

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