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

Public Types | |
| enum | { kDefaultIID = IID_IBOOKUPDATEXREFCMDDATA } |
Public Member Functions | |
| virtual void | Set (const IDFile &sysFile)=0 |
| virtual IDFile | GetBookFile ()=0 |
| virtual void | SetBookFile (const IDFile &BookFile)=0 |
Public Member Functions inherited from IPMUnknown | |
| virtual IPMUnknown * | QueryInterface (PMIID interfaceID) const =0 |
| virtual void | AddRef () const =0 |
| virtual void | Release () const =0 |
Command data interface associated with command to update cross references in book (kBookBoss). The command will go through the cross references in all the documents inside the book and update them if needed.
| pure virtual |
Get the book file to be updated.
| pure virtual |
Set command data.
| sysFile | - the book file to be updated. |
| pure virtual |
Set the book file.
| BookFile | - the book file. |