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

Public Types | |
| enum | { kDefaultIID = IID_ISPELLINGSTATECMDDATA } |
Public Member Functions | |
| virtual void | Set (UIDRef &spellingDataStrandRef, UIDRef &modelRef, SpellingState spellingState, TextIndex start, int32 length)=0 |
| virtual void | GetSpellingStrandRef (UIDRef &ref)=0 |
| virtual void | GetModelRef (UIDRef &ref)=0 |
| virtual void | GetSpellingState (SpellingState &spellingState)=0 |
| virtual void | GetStartTextIndex (TextIndex &start)=0 |
| virtual void | GetLength (int32 &length)=0 |
Public Member Functions inherited from IPMUnknown | |
| virtual IPMUnknown * | QueryInterface (PMIID interfaceID) const =0 |
| virtual void | AddRef () const =0 |
| virtual void | Release () const =0 |
Interface for getting/setting the Spelling State data in the Spelling Data Strand
| pure virtual |
Get the state data's length
| length | OUT: character length |
| pure virtual |
| pure virtual |
Get the state data's SpellingState
| n | OUT: spelling state: spelling state |
| pure virtual |
| pure virtual |
Get the state data's starting text index
| start | OUT: start index |