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

Public Types | |
| enum | { kDefaultIID = IID_IGTTXTEDTSNAPSHOTINTERFACE } |
Public Member Functions | |
| virtual UIDRef & | GetStory ()=0 |
| virtual void | SetStory (UIDRef story)=0 |
| virtual bool16 | StoryValid ()=0 |
| virtual TextIndex | GetStoryIndex ()=0 |
| virtual void | SetStoryAndIndex (UIDRef story, TextIndex index)=0 |
| virtual void | SetStoryIndex (TextIndex index)=0 |
Public Member Functions inherited from IPMUnknown | |
| virtual IPMUnknown * | QueryInterface (PMIID interfaceID) const =0 |
| virtual void | AddRef () const =0 |
| virtual void | Release () const =0 |
Maintains the last edited story position.
| pure virtual |
| pure virtual |
get the text index of the story.
Implemented in GTTxtEdtSnapshotInterface.
| pure virtual |
| pure virtual |
Set the cached story and the index within it.
| story | IN the story. |
| index | IN the text index. |
Implemented in GTTxtEdtSnapshotInterface.
| pure virtual |
| pure virtual |