Page tree

Versions Compared

Key

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

선택된 셀들의 세로 정렬을 설정합니다.


Parameters:

NameTypeDescription
actionNameString액션 이름
valueString'top', 'middle', 'bottom'


Example:

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