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

Public Types | |
| enum | { kDefaultIID = IID_IPASTEBOARDCOLORSDATA } |
Public Member Functions | |
| virtual void | Set (int32 iPasteboardColorIndex, int32 iPreviewBackgroundColorIndex, int32 iBleedColorIndex, int32 iSlugColorIndex)=0 |
| virtual void | SetPasteboardColorIndex (int32 val)=0 |
| virtual void | SetPreviewBackgroundColorIndex (int32 val)=0 |
| virtual void | SetBleedColorIndex (int32 val)=0 |
| virtual void | SetSlugColorIndex (int32 val)=0 |
| virtual const int32 | GetPasteboardColorIndex () const =0 |
| virtual const int32 | GetPreviewBackgroundColorIndex () const =0 |
| virtual const int32 | GetBleedColorIndex () const =0 |
| virtual const int32 | GetSlugColorIndex () const =0 |
| virtual void | SetDataMatchPreviewColorToTheme (bool16)=0 |
| virtual bool16 | GetDataMatchPreviewColorToTheme ()=0 |
Public Member Functions inherited from IPMUnknown | |
| virtual IPMUnknown * | QueryInterface (PMIID interfaceID) const =0 |
| virtual void | AddRef () const =0 |
| virtual void | Release () const =0 |
Interface for setting and getting color data for the pasteboard.
| pure virtual |
Get the bleed line color
| pure virtual |
Get the flag to match the Preview color with theme color. Used in preview mode.
| none |
| pure virtual |
Get the pasteboard color
| pure virtual |
Get the preview background color
| pure virtual |
Get the slug line color
| pure virtual |
Set the color data all at once.
| iPasteboardColorIndex | IN color index for the pasteboard |
| iPreviewBackgroundColorIndex | IN color index for the preview background |
| iBleedColorIndex | IN color index for bleed lines |
| iSlugColorIndex | IN color index for slug lines |
| pure virtual |
Set the bleed line color
| val | IN color index for bleed lines |
| pure virtual |
| pure virtual |
Set the pasteboard color
| val | IN color index for the pasteboard |
| pure virtual |
Set the preview background color
| val | IN color index for the preview background |
| pure virtual |
Set the slug line color
| val | IN color index for slug lines |