Skip to main content

ChangeFloatingObjectRotationCommand Class

A command to rotate a floating object.

#Declaration

TypeScript
declare class ChangeFloatingObjectRotationCommand extends ChangeFloatingObjectPropertyCommandBase<number>

#Remarks

An instance of this object can be accessed using the RichEditCommands object’s RichEditCommands.changeFloatingObjectRotation property.

#Inheritance

ChangeFloatingObjectPropertyCommandBase<T>
ChangeFloatingObjectRotationCommand
See Also