![]() | InDesign SDK 20.5 |

Public Types | |
| enum | { kDefaultIID = IID_IOTHERFINDCHANGEOPTIONDATA } |
Public Member Functions | |
| virtual void | SetData (bool16 caseSensitive, bool16 word, IWalkerScopeFactoryUtils::WalkScopeType scope, const WideString &find, const WideString &replace, bool16 widthSensitive, bool16 kanaSensitive, IFindChangeOptions::ChangeMode changeMode, IFindChangeOptions::CharacterType findCharacterType, IFindChangeOptions::CharacterType replaceCharacterType)=0 |
| virtual bool16 | GetCase () const =0 |
| virtual bool16 | GetEntireWord () const =0 |
| virtual IWalkerScopeFactoryUtils::WalkScopeType | GetScope () const =0 |
| virtual WideString | GetFindString () const =0 |
| virtual WideString | GetReplaceString () const =0 |
| virtual bool16 | GetWidthSensitive () const =0 |
| virtual bool16 | GetKanaSensitive () const =0 |
| virtual IFindChangeOptions::ChangeMode | GetChangeMode () const =0 |
| virtual IFindChangeOptions::CharacterType | GetFindCharacterType () const =0 |
| virtual IFindChangeOptions::CharacterType | GetReplaceCharacterType () 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 |
| pure virtual |
Gets case sensitive flag.
| pure virtual |
Gets change mode.
| pure virtual |
Gets entire word flag.
| pure virtual |
Gets find character type.
| pure virtual |
Gets find string.
| pure virtual |
Gets Kana sensitive flag.
| pure virtual |
Gets replace character type.
| pure virtual |
Gets replace string.
| pure virtual |
Gets walk scope type.
| pure virtual |
Gets width sensitive flag.
| pure virtual |
Sets other find change option data.
| caseSensitive | Used to set case sencitive flag. |
| word | Used to set entire word flag. |
| scope | Used to set walk scope type. |
| find | Used to set find string. |
| replace | Used to set replace string. |
| widthSensitive | Used to set width sensitive flag. |
| kanaSensitive | Used to set Kana sensitive flag. |
| changeMode | Used to set change mode. |
| findCharacterType | Used to set find character type. |
| replaceCharacterType | Used to set replace character type. |