셀렉션된 텍스트의 스타일을 제거합니다Removes the style of the selected text.
Parameters:
Name | Type | Description |
---|---|---|
actionName | String액션 이름 | 'removeTextStyle' the style of the selected text removing API. |
Example:
Code Block | ||||
---|---|---|---|---|
| ||||
editor.execCommand('removeTextStyle'); |
...
셀렉션된 텍스트의 스타일을 제거합니다Removes the style of the selected text.
Parameters:
Name | Type | Description |
---|---|---|
actionName | String액션 이름 | 'removeTextStyle' the style of the selected text removing API. |
Example:
Code Block | ||||
---|---|---|---|---|
| ||||
editor.execCommand('removeTextStyle'); |
...