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

Public Types | |
| enum | { kDefaultIID = IID_ITEXTATTRBOOLEAN } |
| typedef bool16 | ValueType |
Public Member Functions | |
| void | Set (ValueType flag) |
| ValueType | Get () const |
| virtual void | SetFlag (bool16 flag)=0 |
| virtual bool16 | GetFlag () 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 |
A boolean text attribute
| inline |
Gets the boolean
| pure virtual |
Gets the boolean
| inline |
Sets the boolean to the param passed in
| flag | bool16 |
| pure virtual |
Sets the boolean to the param passed in
| flag | bool16 |