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

Public Types | |
| enum | { kDefaultIID = IID_IFINDCHANGESTRINGSERVICE } |
Public Member Functions | |
| virtual bool16 | ModifyFindChangeString (ClassID optionStringCmdBoss, PMString &theString)=0 |
Public Member Functions inherited from IPMUnknown | |
| virtual IPMUnknown * | QueryInterface (PMIID interfaceID) const =0 |
| virtual void | AddRef () const =0 |
| virtual void | Release () const =0 |
An interface that allows a service provider to modify the find and replace strings prior to a find and replace through the Find and Change panel.
| anonymous enum |
Standard enum to for use with GetDefaultIID() method.
| pure virtual |
Modify the Find/Change strings by calling SetFindString & SetReplaceString.
| optionStringCmdBoss | the ClassID indicating which command is about to be invoked. If optionStringCmdBoss is kFindStringCmd, theString will be the new find string. If optionStringCmdBoss is kReplaceStringCmd, theString will be the new replace string. |
| theString | is the PMString to be examined and modified if desired |