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

Public Types | |
| enum | { kDefaultIID = IID_ITEXTSTRAND } |
Public Member Functions | |
| virtual DataWrapper< textchar > | FindChunk (TextIndex begin, int32 *len, TextIndex *chunkstart=nil)=0 |
Public Member Functions inherited from IPMUnknown | |
| virtual IPMUnknown * | QueryInterface (PMIID interfaceID) const =0 |
| virtual void | AddRef () const =0 |
| virtual void | Release () const =0 |
Abstract interface that all textstrands must implement.
| pure virtual |
Find the contiguous chunk of text stored in the strand (text in strand may be fragmented).
| begin | IN position to look at. |
| len | OUT number of characters from offset |
| begin | IN to the end of the chunk. |
| chukstart | OUT is the text index where the chunk starts. |