In This Topic
Sets the text color of focused text.
Syntax
var instance = new Vintasoft.Imaging.Office.UI.WebDocumentEditorControlJS(parentDivId);
var returnValue; // Type: any
// Parameters
var value; // Type: object
returnValue = instance.set_TextColor(value);
function set_TextColor(
: object
) : any;
Parameters
- value
- An instance of Vintasoft.Imaging.Primitives.WebVintasoftColorJS class OR string that represents HTML color ("black", "red", "transparent", "rgb(255,255,255)", "rgba(255,255,255,0.5)").
Browser Compatibility
See Also