C# Class OfficeScript.Util

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

Méthodes publiques

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

Method Details

Attr() public static méthode

public static Attr ( object thisObject, object>.Dictionary parameters, Func Invoke ) : object
thisObject object
parameters object>.Dictionary
Invoke Func
Résultat object

Attr() public static méthode

public static Attr ( object thisObject, string name, object value, Func Invoke ) : object
thisObject object
name string
value object
Invoke Func
Résultat object

BGRtoRGB() public static méthode

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
Résultat string

ShapeTextReplace() public static méthode

public static ShapeTextReplace ( NetOffice.PowerPointApi textRange, string>.Dictionary replaces ) : void
textRange NetOffice.PowerPointApi
replaces string>.Dictionary
Résultat void