![]() | InDesign SDK 20.5 |

Public Types | |
| enum | { kDefaultIID = IID_IEBOOKEXPORT } |
Public Member Functions | |
| virtual ErrorCode | ExportDocument (IPMStream *stream, IDocument *doc, UIFlags uiFlags=kFullUI)=0 |
| virtual ErrorCode | ExportBook (IPMStream *stream, IBook *book, UIFlags uiFlags=kFullUI)=0 |
| virtual ErrorCode | ExportBookWithSession (IPMStream *stream, IBook *book, UIFlags uiFlags, ExportSessionToken sessionToken)=0 |
Public Member Functions inherited from IPMUnknown | |
| virtual IPMUnknown * | QueryInterface (PMIID interfaceID) const =0 |
| virtual void | AddRef () const =0 |
| virtual void | Release () const =0 |
| pure virtual |
Export an indesign book to ePub.
| stream | In The stream to write output |
| book | IN The book to be exported |
| uiFlags | IN UI Flags. Determines whether dialog boxes are displayed, etc. |
| pure virtual |
Export an indesign book to ePub.
| stream | In The stream to write output |
| book | IN The book to be exported |
| uiFlags | IN UI Flags. Determines whether dialog boxes are displayed, etc. |
| sessionToken | this token can be used to send further individual events for every document that is exported. |
| pure virtual |
Export an indd document to either ePub or xhtml
| stream | IN The stream to write output |
| doc | IN The document to be exported |
| uiFlags | IN UI Flags. Determines whether dialog boxes are displayed, etc. |