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

Public Types | |
| enum | { kDefaultIID = IID_IGRAPHICATTR_INT16 } |
Public Member Functions | |
| virtual int16 | GetInt16 (void)=0 |
| virtual void | SetInt16 (const int16 &int16Value)=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 16-bit integer values.
| pure virtual |
Returns the 16-bit integer value.
| pure virtual |
Set the 16-bit integer value.
| int16Value | specifies the 16-bit integer value to set. |