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

Public Types | |
| enum | BackgroundColorChoice { kGalleyColorBG, kNoteColorBG } |
| enum | NoteColorChoice { kUseUserColor, kUseNotePrefColor } |
Public Member Functions | |
| virtual void | SetColorID (const int32 colorIndex)=0 |
| virtual const int32 | GetColorID () const =0 |
| virtual void | SetShowNoteTips (const bool16 showTips)=0 |
| virtual const bool16 | GetShowNoteTips () const =0 |
| virtual void | SetSpellCheckContent (const bool16 spellCheck)=0 |
| virtual const bool16 | GetSpellCheckContent () const =0 |
| virtual void | SetFindReplaceContent (const bool16 findReplace)=0 |
| virtual const bool16 | GetFindReplaceContent () const =0 |
| virtual void | SetBackgroundColorChoice (const BackgroundColorChoice newChoice)=0 |
| virtual const BackgroundColorChoice | GetBackgroundColorChoice () const =0 |
| virtual void | SetNoteColorChoice (const NoteColorChoice newChoice)=0 |
| virtual const 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 |
This session interface presents the inline Notes options : ineline Notes color, inline Notes background color, show Notes tip, find/replace ineline Notes content, and spell check inline Notes content
Which type of background color for Notes to use
Which type of color for Notes to use
| pure virtual |
Get the type of inline Notes background color to use
| pure virtual |
Get the Notes color index
| pure virtual |
Find/replace inline Notes content or not
| pure virtual |
Get the type of inline Notes color to use
| pure virtual |
Display Notes tips containing user info and Notes content or not
| pure virtual |
Spell check inline Notes content or not
| pure virtual |
Set the type of inline Notes background color to use
| newChoice | kGalleyColorBG , kNotesColorBG |
| pure virtual |
Set the Notes color
| colorIndex | color index |
| pure virtual |
Set to find/replace inline Notes content or not
| findReplace | whether to find/replace |
| pure virtual |
Set the type of inline Notes color to use
| newChoice | kUseUserColor, kUseNotePrefColor |
| pure virtual |
Show or hide Notes tips containing user info and Notes content
| showTips | whether to show tips |
| pure virtual |
Set to spell check inline Notes content or not
| spellCheck | whether to spellcheck |