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

Public Types | |
| enum | { kDefaultIID = IID_ISWATCHREFERENCEDATA } |
Public Member Functions | |
| virtual void | Get (UIDList &referencedList) 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 |
This interface provides a method for retrieving swatch references by a specific object. It should be implemented on the object boss such as text, tables, page items, styles, graphic states, etc., that hold swatch references. This interface should not be used to get a list of referenced swatches for the entire document.
| pure virtual |
Get all the referenced swatches by this object. It is the responsibility of the implementation to check the list for a rendering object before adding a new one.
| referencedList | The list of swatches referenced. |