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

Public Types | |
| enum | { kDefaultIID = IID_ITARGETSWATCHLIST } |
Public Member Functions | |
| virtual ISwatchList * | QuerySwatchList ()=0 |
| virtual void | SetSwatchList (ISwatchList *iTargetSwatchList)=0 |
| virtual IInkList * | QueryInkList ()=0 |
| virtual void | SetInkList (IInkList *iTargetInkList)=0 |
Public Member Functions inherited from IPMUnknown | |
| virtual IPMUnknown * | QueryInterface (PMIID interfaceID) const =0 |
| virtual void | AddRef () const =0 |
| virtual void | Release () const =0 |
This is a helper interface which sets the target swatch list and ink list for swatches reference conversion. If target swatch or ink list is not set, the default swatch or ink list corresponding to the reference converter's target database should be used.
| pure virtual |
Returns the target ink list to use.
| pure virtual |
Returns the target swatch list to use.
| pure virtual |
Set the target ink list to the specified list.
| iTargetInkList | specifies the ink list to set. |
| pure virtual |
Set the target swatch list to the specified list.
| iTargetSwatchList | specifies the swatch list to set. |