ChangeFloatingObjectFillColorCommand Class
In This Article
A command to modify a floating object’s background fill color.
#Declaration
TypeScript
declare class ChangeFloatingObjectFillColorCommand extends CommandBase
#Remarks
An instance of this object can be accessed using the RichEditCommands object’s RichEditCommands.changeFloatingObjectFillColor property.
#Inheritance
CommandBase
ChangeFloatingObjectFillColorCommand
See Also