...
| Code Block | ||||
|---|---|---|---|---|
| ||||
'editor.type': 'document',
'editor.document.size': {
'width': 793,
'height': 1122,
'padding': { 'top': 96, 'right': 96, 'bottom': 96, 'left': 96 }
}, |
4. 표 절대좌표 지원
표 속성에 "글자처럼 취급" 기능이 추가되었습니다.
...
...
| Code Block | ||||
|---|---|---|---|---|
| ||||
'editor.type': 'document',
'editor.document.size': {
'width': 793,
'height': 1122,
'padding': { 'top': 96, 'right': 96, 'bottom': 96, 'left': 96 }
}, |
표 속성에 "글자처럼 취급" 기능이 추가되었습니다.
...