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

Public Types | |
| enum | { kDefaultIID = IID_IBOOLDATA } |
| typedef bool16 | ValueType |
Public Member Functions | |
| ValueType | Get () const |
| virtual void | Set (ValueType b)=0 |
| virtual bool16 | GetBool () const =0 |
Public Member Functions inherited from IPMUnknown | |
| virtual IPMUnknown * | QueryInterface (PMIID interfaceID) const =0 |
| virtual void | AddRef () const =0 |
| virtual void | Release () const =0 |
Data interface for storing booleans.
| inline |
Return the value stored by this interface
| pure virtual |
Return the value stored by this interface
Implemented in FrmLblPrintPrefsDataPersist, and PersistBoolData.
| pure virtual |
Store a new boolean value into this interface.
| b | The new boolean to store |
Implemented in FrmLblPrintPrefsDataPersist, and PersistBoolData.