InDesign SDK  20.5
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
InDesign::TextRange Class Reference

Public Types

typedef object_type data_type
 

Public Member Functions

 TextRange (const ITextFocus *focus)
 
 TextRange (ITextModel *model, TextIndex start, int32 length, RangeData::Lean lean=RangeData::kLeanForward)
 
 TextRange (const UIDRef &modelRef, TextIndex start, int32 length, RangeData::Lean lean=RangeData::kLeanForward)
 
 TextRange (ITextModel *model, const RangeData &range)
 
bool operator== (const TextRange &) const
 
ITextModelQueryModel () const
 
UIDRef GetModelRef () const
 
TextIndex Start () const
 
int32 Length () const
 
TextIndex End () const
 
bool16 IsValid () const
 
const RangeDataGetRange () const