Page tree

Versions Compared

Key

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

선택된 셀들의 세로 정렬을 설정합니다Set vertical alignment for the selected cells.


Parameters:

NameTypeDescription
actionNameString액션 이름'cellVerticalAlign' cell vertical alignment setting API
valueString'top', 'middle', 'bottom'

...

Code Block
languagejs
themeEmacs
editor.execCommand('celVerticalAlign', 'top'); // 위쪽vertical top 정렬align
editor.execCommand('celVerticalAlign', 'middle'); // vertical 중간middle 정렬align
editor.execCommand('celVerticalAlign', 'bottom'); // vertical 아래쪽bottom 정렬align