![]() | InDesign SDK 20.5 |

Public Types | |
| enum | { kDefaultIID = IID_ITEXTWALKERSELECTIONUTILS } |
Public Member Functions | |
| virtual bool16 | SelectText (UIDRef &textStory, TextIndex nStart, int32 nnCount)=0 |
| virtual void | InitTextWalkerTerminator ()=0 |
| virtual void | TerminateTextWalkerTerminator ()=0 |
| virtual void | SaveSelectionsSnapshot ()=0 |
| virtual void | RestoreSelectionsSnapshot ()=0 |
| virtual void | ClearSelectionsSnapshot ()=0 |
| virtual void | RetainLastWindow ()=0 |
| virtual void | EnterWalkerSelections_CriticalSection ()=0 |
| virtual void | ExitWalkerSelections_CriticalSection ()=0 |
| virtual void | SwitchToTextSelection ()=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 |
Clears the selection snapshot.
| pure virtual |
Starts text walker selections critical section.
| pure virtual |
Ends text walker selections critical section.
| pure virtual |
Initializes the text walker terminator.
| pure virtual |
Restores the selection snapshot.
| pure virtual |
Resets rescue window.
Note RestoreSelectionsSnapshot has the opposite effect.
| pure virtual |
Saves the selection snapshot.
| pure virtual |
Selects specified text range in model.
| textStory | Text model to select text from. |
| nStart | Text index to start selection. |
| nnCount | Length of the tex to select. |
| pure virtual |
Switches selection snapshot to text selection.
| pure virtual |
Releases the text walker terminator.