셀렉션된 텍스트에 첨자(위첨자, 아래첨자)를 설정합니다.
캐럿 상태인 경우 입력될 텍스트의 첨자를 설정합니다.
Parameters:
Name | Type | Description |
---|---|---|
actionName | String | 액션 이름 |
value | String |
|
Example:
editor.execCommand('setTextVertAlign', 'superscript'); // 위첨자 editor.execCommand('setTextVertAlign', 'subscript'); // 아래첨자