![]() | InDesign SDK 20.5 |
#include <IBookSyncOptions.h>

Public Types | |
| enum | { kDefaultIID = IID_IBOOKSYNCOPTIONS } |
Public Member Functions | |
| virtual const K2Vector < KeyValuePair< PMString, K2Vector< SyncStyleIDInfo > > > & | GetSyncStyleMap ()=0 |
| virtual void | SetSyncStyleMap (const K2Vector< KeyValuePair< PMString, K2Vector< SyncStyleIDInfo > > > &styleMap)=0 |
Public Member Functions inherited from IPMUnknown | |
| virtual IPMUnknown * | QueryInterface (PMIID interfaceID) const =0 |
| virtual void | AddRef () const =0 |
| virtual void | Release () const =0 |
Options relating to book synchronization.
| pure virtual |
Get the synchronization style map from the book.
| none |
| pure virtual |
Set the synchronization style map in the book.
| styleMap | IN: the style map that is used to set in the book. |