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

Public Member Functions | |
| virtual void | Set (const UIDRef &doc, int32 colorIndex, bool16 showTips, bool16 spellCheckNote, bool16 findReplaceNote, INotePref::BackgroundColorChoice displayChoice, INotePref::NoteColorChoice noteColorChoice)=0 |
| virtual void | SetDocument (const UIDRef &doc)=0 |
| virtual void | SetColorID (const int32 val)=0 |
| virtual const UIDRef & | GetDocument () const =0 |
| virtual const int32 | GetColorID () const =0 |
| virtual const bool16 | GetShowNoteTips () const =0 |
| virtual const bool16 | GetSpellCheckContent () const =0 |
| virtual const bool16 | GetFindReplaceContent () const =0 |
| virtual const INotePref::BackgroundColorChoice | GetBackgroundColorChoice () const =0 |
| virtual const INotePref::NoteColorChoice | GetNoteColorChoice () 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 |
kNotePrefsCmdBoss Command data interface, sets the Notes preferences values.
| pure virtual |
Get the type of inline Notes background color to use
| none |
| pure virtual |
Get the color index
| none |
| pure virtual |
Get document
| none |
| pure virtual |
Find/replace the inline Notes content or not
| none |
| pure virtual |
Get the type of inline Notes color to use
| none |
| pure virtual |
Show inline Notes tips or not
| none |
| pure virtual |
Spell/check the inline Notes content or not
| none |
| pure virtual |
Set the values
| doc | Not used, since the kNotePrefsCmdBoss sets the session Notes preferences, can be UIDRef::gNull |
| colorIndex | The color index the inline Note displayed |
| showTips | kTrue means to show inline Notes tips |
| spellCheckNote | kTrue means to spell/check the inline Notes content |
| findReplaceNote | kTrue means to find/replace the inline Notes content |
| displayChoice | The type of inline Notes background color to use |
| noteColorChoice | The type of inline Notes color to use |
| pure virtual |
Set the inline Notes color index
| val |
| pure virtual |
Set the document
| doc |