![]() | InDesign SDK 20.5 |
#include <IBookSyncOptions.h>
Public Types | |
| typedef object_type | data_type |
Public Member Functions | |
| SyncStyleIDInfo () | |
| SyncStyleIDInfo (const PMIID styleID, const PMString &styleName, const bool16 turnOn) | |
| bool16 | operator== (const SyncStyleIDInfo &other) const |
| void | ReadWrite (IPMStream *s) |
Public Attributes | |
| PMIID | fStyleID |
| PMString | fStyleName |
| bool16 | fTurnOn |
This is a helper class used for cache the synchronization style information.
| inline |
Default constructor.
| inline |
Constructor with given values.
| inline |
Equal operator.
| other | IN the object to compare with. |
| inline |
Read/write object from stream.
| s | IN the given stream. |