CloseHeaderFooterCommand.execute Method
In This Article
Executes the CloseHeaderFooterCommand command.
#Declaration
TypeScript
execute(): boolean
#Returns
Type | Description |
---|---|
boolean |
|
#Remarks
//Creates a header and populate it with a text
richEdit.commands.insertHeader.execute();
richEdit.commands.insertText.execute("sometext");
richEdit.commands.closeHeaderFooter.execute();
See Also