ChangeTextBoxContentMarginsCommand Class
In This Article
A command to modify a text box’ content margins.
#Declaration
TypeScript
declare class ChangeTextBoxContentMarginsCommand extends CommandBase
#Remarks
An instance of this object can be accessed using the RichEditCommands object’s RichEditCommands.changeTextBoxContentMargins property.
#Inheritance
CommandBase
ChangeTextBoxContentMarginsCommand
See Also