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

Public Member Functions | |
| virtual void | SetGradientColorBlockIndex (int16 blockIndex)=0 |
| virtual int16 | GetGradientColorBlockIndex ()=0 |
| virtual void | SetColorBlockChange (bool16 isColorChange)=0 |
| virtual bool16 | GetColorBlockChange ()=0 |
| virtual void | SetIamInSelectableDialog (bool16 inDialog)=0 |
| virtual bool16 | GetIamInSelectableDialog ()=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 data interface to bridge between the gradient slider tracker and the gradient graphic state observer for updating gradient color stops.
| pure virtual |
Return true if color block state is updated.
| pure virtual |
Return the color stop index blocking the color update to graphic state.
| pure virtual |
This method is obosolete and is not supported.
| pure virtual |
Set to true is color block state is being updated.
| isColorChange | is true if updating color block state. |
| pure virtual |
Set the current color stop index to block color update to graphic state.
| blockIndex | is the color stop index blocking color update. |
| pure virtual |
This method is obosolete and is not supported.