셀렉션된 텍스트를 기울입니다.
...
Italicize the selected text.
In caret status, the text to be entered is italicized.
Parameters:
| Name | Type | Description |
|---|---|---|
| actionName | String액션 이름 | 'italic' text italicizing API |
Example:
| Code Block | ||||
|---|---|---|---|---|
| ||||
editor.execCommand('italic'); |
...
셀렉션된 텍스트를 기울입니다.
...
Italicize the selected text.
In caret status, the text to be entered is italicized.
Parameters:
| Name | Type | Description |
|---|---|---|
| actionName | String액션 이름 | 'italic' text italicizing API |
Example:
| Code Block | ||||
|---|---|---|---|---|
| ||||
editor.execCommand('italic'); |
...