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

Public Types | |
| enum | { kDefaultIID = IID_ITABLEATTRBOOL16 } |
| typedef bool16 | value_type |
Public Member Functions | |
| virtual value_type | Get () const =0 |
| virtual void | Set (value_type val)=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 boolean table attribute.
| pure virtual |
Accessor for value represented.
| pure virtual |
Mutator for value represented.
| val | new value to set |