![]() | InDesign SDK 20.5 |

Public Types | |
| enum | { kDefaultIID = IID_IXHTMLEXPORT } |
Public Member Functions | |
| virtual ErrorCode | ExportDocument (IPMStream *stream, IDocument *doc, UIFlags uiFlags=kFullUI)=0 |
| virtual ErrorCode | ExportPageitem (IPMStream *stream, const UIDList &items, UIFlags uiFlags=kFullUI)=0 |
| virtual ErrorCode | ExportText (IPMStream *stream, ITextModel *textModel, const RangeData &range, UIFlags uiFlags=kFullUI)=0 |
| virtual ErrorCode | ExportTable (IPMStream *stream, ITableModel *table, GridArea &area, UIFlags uiFlags=kFullUI)=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 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. |
| pure virtual |
Export pageitem selection to xhtml
| stream | IN The stream to write output |
| items | IN The selected page items |
| uiFlags | IN UI Flags. Determines whether dialog boxes are displayed, etc. |
| pure virtual |
Export pageitem selection to xhtml
| stream | IN The stream to write output |
| table | IN The table selected |
| area | IN The selected cell range |
| uiFlags | IN UI Flags. Determines whether dialog boxes are displayed, etc. |
| pure virtual |
Export text selection to xhtml
| stream | IN The stream to write output |
| textModel | IN The story selected |
| range | IN The selected text range |
| uiFlags | IN UI Flags. Determines whether dialog boxes are displayed, etc. |