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

Public Types | |
| enum | { kDefaultIID = IID_IGRAPHICATTR_BOOLEAN } |
Public Member Functions | |
| virtual bool16 | GetBoolean (void) const =0 |
| virtual void | SetBoolean (const bool16 &boolValue)=0 |
Public Member Functions inherited from IPMUnknown | |
| virtual IPMUnknown * | QueryInterface (PMIID interfaceID) const =0 |
| virtual void | AddRef () const =0 |
| virtual void | Release () const =0 |
A graphic attribute data interface for boolean values.
| pure virtual |
Returns the boolean value.
| pure virtual |
Set the boolean value.
| boolValue | is the boolean value to set. |