C# 클래스 OfficeScript.Report.PowerPointTags

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

공개 메소드들

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

메소드 상세

Delete() 공개 메소드

public Delete ( string name ) : void
name string
리턴 void

Get() 공개 메소드

public Get ( string name ) : string
name string
리턴 string

GetAll() 공개 메소드

public GetAll ( ) : string>.Dictionary
리턴 string>.Dictionary

Invoke() 공개 메소드

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

PowerPointTags() 공개 메소드

public PowerPointTags ( NetOffice.PowerPointApi presentation ) : System
presentation NetOffice.PowerPointApi
리턴 System

Set() 공개 메소드

public Set ( object>.Dictionary parameters ) : void
parameters object>.Dictionary
리턴 void

Set() 공개 메소드

public Set ( string name, object value ) : void
name string
value object
리턴 void