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

Public Types | |
| enum | { kDefaultIID = IID_IGRAPHICATTR_INT32 } |
Public Member Functions | |
| virtual int32 | GetInt32 (void) const =0 |
| virtual void | SetInt32 (const int32 &int32Value)=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 32-bit integer values.
| pure virtual |
Returns the 32-bit integer value.
| pure virtual |
Set the 32-bit integer value.
| int32Value | specifies the 32-bit integer value to set. |