ChangeStyleCommand.execute(style) Method
Executes the ChangeStyleCommand command with the specified parameter.
Declaration
execute(
style: string | StyleBase,
isParagraphStyle?: boolean
): boolean
Parameters
| Name | Type | Description |
|---|---|---|
| style | string | StyleBase | An object that contains the style settings object, or the style name. |
| isParagraphStyle | boolean |
|
Returns
| Type | Description |
|---|---|
| boolean |
|
Remarks
richEdit.commands.changeStyle.execute("Hyperlink");
See Also