...
Name | Type | Description | ||
|---|---|---|---|---|
name | String | 저장할 파일명을 입력합니다. (defalut: untitled) | ||
| pageOrientation | String | 용지 방향을 설정합니다. portrait(defalut) | landscape | ||
| exportFileFormat | String | 파일 포맷을 지정합니다. hwpx(defalut) | hwp | docx
|
Example:
| Code Block | ||||
|---|---|---|---|---|
| ||||
editor.exportFile('에디터 편집문서', 'portrait', 'hwpx'); |
...