Skip to main content

ToggleTableAutoFitWindowCommand Class

A command to fit the specified table to a document’s window.

#Declaration

TypeScript
declare class ToggleTableAutoFitWindowCommand extends CommandWithSimpleStateBase

#Remarks

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

#Inheritance

CommandBase
CommandWithSimpleStateBase
ToggleTableAutoFitWindowCommand
See Also