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