Page tree

Versions Compared

Key

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

선택된 셀들의 테두리 스타일을 설정합니다.Set border style for the selected cells


Parameters:

NameTypeDescription
actionNameString액션 이름'setBorderStyle' cell border style setting API
styleString

'none', 'solid', 'dotted', 'dashed', 'double'

...

Code Block
languagejs
themeEmacs
editor.execCommand('setBorderStyle', 'none'); // 테두리border 없음none
editor.execCommand('setBorderStyle', 'solid'); // 실선solid line