C# 클래스 OfficeScript.Util

파일 보기 프로젝트 열기: Miramac/node-office-script

공개 메소드들

메소드 설명
Attr ( object thisObject, object>.Dictionary parameters, Func Invoke ) : object

Attr ( object thisObject, string name, object value, Func Invoke ) : object

BGRtoRGB ( string value ) : string

Helper for Fill because .Net treat color as RGB, while Netoffice (Interop aswell) treats color as BGR

ShapeTextReplace ( NetOffice.PowerPointApi textRange, string>.Dictionary replaces ) : void

메소드 상세

Attr() 공개 정적인 메소드

public static Attr ( object thisObject, object>.Dictionary parameters, Func Invoke ) : object
thisObject object
parameters object>.Dictionary
Invoke Func
리턴 object

Attr() 공개 정적인 메소드

public static Attr ( object thisObject, string name, object value, Func Invoke ) : object
thisObject object
name string
value object
Invoke Func
리턴 object

BGRtoRGB() 공개 정적인 메소드

Helper for Fill because .Net treat color as RGB, while Netoffice (Interop aswell) treats color as BGR
public static BGRtoRGB ( string value ) : string
value string
리턴 string

ShapeTextReplace() 공개 정적인 메소드

public static ShapeTextReplace ( NetOffice.PowerPointApi textRange, string>.Dictionary replaces ) : void
textRange NetOffice.PowerPointApi
replaces string>.Dictionary
리턴 void