Skip to main content

ChangeTextBoxRelativeSizeCommand Class

A command to modify a text box’ relative size settings.

#Declaration

TypeScript
declare class ChangeTextBoxRelativeSizeCommand extends ChangeFloatingObjectPropertyCommandBase<TextBoxRelativeSizeSettings>

#Remarks

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

#Inheritance

ChangeFloatingObjectPropertyCommandBase<T>
ChangeTextBoxRelativeSizeCommand
See Also