InDesign SDK  20.5
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
IGTTxtEdtUtils Class Referenceabstract

#include <IGTTxtEdtUtils.h>

Inheritance diagram for IGTTxtEdtUtils:
IPMUnknownCPMUnknown< IGTTxtEdtUtils >GTTxtEdtUtils

Public Types

enum  { kDefaultIID = IID_IGTTXTEDTUTILS }
 

Public Member Functions

virtual void ActivateStory (ISelectionManager *pSelectionManager, UIDRef storyUIDRef, int32 storyIndex=0)=0
 
- Public Member Functions inherited from IPMUnknown
virtual IPMUnknownQueryInterface (PMIID interfaceID) const =0
 
virtual void AddRef () const =0
 
virtual void Release () const =0
 

Detailed Description

Utility interface for the GoToText plugin

Member Enumeration Documentation

anonymous enum

kDefaultIID

Member Function Documentation

virtual void IGTTxtEdtUtils::ActivateStory (ISelectionManagerpSelectionManager,
UIDRef storyUIDRef,
int32 storyIndex = 0 
)
pure virtual

Activates the specified story, placing the text caret at the specified edit point.

Parameters
pSelectionManagerIN the selection manager.
storyUIDRefIN the story to be activated.
storyIndexIN the index at which the story is to be activated.

Implemented in GTTxtEdtUtils.