var instance = new Vintasoft.Imaging.Office.UI.WebDocumentEditorJS(settings); var returnValue; // Type: any // Parameters var value; // Type: string returnValue = instance.set_TextColor(value);
function set_TextColor(
valueThe string that represents HTML color ("black", "red", "transparent", "rgb(255,255,255)", "rgba(255,255,255,0.5)").: string
) : any;
Parameters
- value
- The string that represents HTML color ("black", "red", "transparent", "rgb(255,255,255)", "rgba(255,255,255,0.5)").