ChangeFloatingObjectOutlineColorCommand.execute(color) Method
Executes the ChangeFloatingObjectOutlineColorCommand command with the specified parameter.
Declaration
execute(
color: string
): boolean
Parameters
Name | Type | Description |
---|---|---|
color | string | A string value specifying the color. |
Returns
Type | Description |
---|---|
boolean |
|
Remarks
Usage example (it is implied that selection is set to a floating object):
richEdit.commands.changeFloatingObjectOutlineColor.execute("black");
See Also