![]() | InDesign SDK 20.5 |

Public Types | |
| enum | { kDefaultIID = IID_IPASTEBOARDPREFERENCES } |
| enum | { kPasteboardSeperatorAmount = 36 } |
Public Member Functions | |
| virtual void | SetPasteboardBorder (PMReal minXBorder, PMReal minYBorder)=0 |
| virtual void | GetPasteboardBorder (PMReal *minXBorder, PMReal *minYBorder) const =0 |
| virtual void | SetPasteboardColor (UID uiColorUID)=0 |
| virtual UIDRef | GetPasteboardColor () const =0 |
| virtual void | SetPreviewBackgroundColor (UID uiColorUID)=0 |
| virtual UIDRef | GetPreviewBackgroundColor () const =0 |
| virtual void | SetMatchPreviewColorToThemeColor (bool16)=0 |
| virtual bool16 | GetMatchPreviewColorToThemeColor ()=0 |
| virtual void | SetBleedColor (UID uiColorUID)=0 |
| virtual UIDRef | GetBleedColor () const =0 |
| virtual void | SetSlugColor (UID uiColorUID)=0 |
| virtual UIDRef | GetSlugColor () 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 |
| anonymous enum |
Define the vertical gap between pasteboards.
| pure virtual |
| pure virtual |
Get the flag to match the Preview color with theme color. Used in preview mode.
| none |
| pure virtual |
Get the minimum pasteboard border for around the spread.
| minXBorder | - return the minimum value for left and right border. |
| minYBorder | - return the minimum value for top and bottom border. |
| pure virtual |
| pure virtual |
| pure virtual |
| pure virtual |
Set the UI color UID for the bleed color. Used in normal (non-preview) mode.
| uiColorUID | - UID of a UI color to set the bleed line color to. |
| pure virtual |
| pure virtual |
Set the minimum pasteboard border for around the spread.
| minXBorder | - minimum value for left and right border. |
| minYBorder | - minimum value for top and bottom border. |
| pure virtual |
Set the UI color UID for the pasteboard color. Used in normal (non-preview) mode. This is UNUSED in 3.0, but left in for future use.
| uiColorUID | - UID of a UI color to set the pasteboard fill color to. |
| pure virtual |
Set the UI color UID for the preview background color. Used in preview mode.
| uiColorUID | - UID of a UI color to set the preview background fill color to. |
| pure virtual |
Set the UI color UID for the slug color. Used in normal (non-preview) mode.
| uiColorUID | - UID of a UI color to set the slug line color to. |