ChangeTableBorderRepositoryItemCommand Class
In This Article
A command to change the repository item’s table border style.
#Declaration
TypeScript
declare class ChangeTableBorderRepositoryItemCommand extends CommandBase
#Remarks
An instance of this object can be accessed using the RichEditCommands object’s RichEditCommands.changeTableBorderRepositoryItem property.
#Inheritance
CommandBase
ChangeTableBorderRepositoryItemCommand
See Also