Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Name

Type

Description

name

String

저장할 파일명을 입력합니다. (defalut: untitled)

pageOrientationString용지 방향을 설정합니다. portrait(defalut) | landscape
exportFileFormat

String

파일 포맷을 지정합니다. hwpx(defalut) | hwp | docx

Note

다른 파일 공식 지원 포맷은 hwpx입니다.
그 외 포맷(hwp, docx, doc, hwp 등)으로 저장을 원하실 경우 영업팀으로 문의해 주세요)은 변환 과정에서 일부 제한이 발생할 수 있습니다.




Example:

Code Block
languagejs
themeEmacs
editor.exportFile('에디터 편집문서', 'portrait', 'hwpx');

...