Page tree
Skip to end of metadata
Go to start of metadata

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


Parameters:

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


Example:

editor.execCommand('celVerticalAlign', 'top'); // 위쪽 정렬
editor.execCommand('celVerticalAlign', 'middle'); // 중간 정렬
editor.execCommand('celVerticalAlign', 'bottom'); // 아래쪽 정렬
  • No labels