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

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

내용,EXAMPLE 수정

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


Parameters:

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


Example:

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


  • No labels