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

선택된 이미지, 비디오 또는 레이어의 테두리 스타일을 설정합니다.


Parameters:

NameTypeDescription
actionNameString액션 이름
styleString'none', 'solid', 'dashed', 'dotted', 'double'


Example:

editor.execCommand('setDrawingObjectBorderStyle', 'none'); // 테두리 없음
editor.execCommand('setDrawingObjectBorderStyle', 'solid'); // 실선
  • No labels