VintaSoft Imaging .NET SDK 14.0: Документация для Веб разработчика
Vintasoft.Imaging.Office.UI Namespace / WebSpreadsheetDocumentEditorControlJS type / set_FontColor Property
Syntax BrowserCompatibility SeeAlso
set_FontColor Метод
Задает цвет шрифта сфокусированной ячейки.
Синтаксис
var instance = new Vintasoft.Imaging.Office.UI.WebSpreadsheetDocumentEditorControlJS(settings);

var returnValue; // Type: any

// Parameters
var value; // Type: string

returnValue = instance.set_FontColor(value);

Parameters

value
Строка, представляющая цвет HTML ("black", "red", "transparent", "rgb(255,255,255)", "rgba(255,255,255,0.5)").
Совместимость с веб браузерами
9
5
11
5
Смотрите также