...
| Code Block | ||||
|---|---|---|---|---|
| ||||
// release 3.3.2603 이상
{
editor: SynapEditor,
eventType: 'beforeExportFile',
cancelable: false,
returnValue: null,
fileName: 'exportFileName', // defalut: 'untitled'
pageOrientation: 'portrait', // 'portrait'(defalutdefault) | 'landscape',
exportFileFormat: 'hwpx' // 'docx' | 'hwpx'(defalutdefault) | 'hwp'
} |
API
event.setApi(api)
...