mirror of
https://github.com/ONLYOFFICE/sdkjs-forms.git
synced 2026-03-31 10:23:35 +08:00
@ -134,6 +134,10 @@
|
|||||||
{
|
{
|
||||||
return this.Role ? this.Role : "";
|
return this.Role ? this.Role : "";
|
||||||
};
|
};
|
||||||
|
CUserMaster.prototype.isNoRole = function()
|
||||||
|
{
|
||||||
|
return (this === AscOForm.getNoRole());
|
||||||
|
};
|
||||||
CUserMaster.prototype.setColor = function(r, g, b)
|
CUserMaster.prototype.setColor = function(r, g, b)
|
||||||
{
|
{
|
||||||
let newColor = undefined !== r && null !== r ? new AscWord.CDocumentColor(r, g, b) : undefined;
|
let newColor = undefined !== r && null !== r ? new AscWord.CDocumentColor(r, g, b) : undefined;
|
||||||
|
|||||||
Reference in New Issue
Block a user