Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

셀렉션한 텍스트의 스타일을 복사한 텍스트의 스타일로 변경합니다.

...

Paste the copied text style to the selected text.

Existing style will be removed.

Related action command - copyRunStyle


Parameters:

NameTypeDescription
actionNameString액션 이름'pasteRunStyle' text style pasting API


Example:

Code Block
languagejs
themeEmacs
editor.execCommand('pasteRunStyle');

...