![]() | InDesign SDK 20.5 |
Public Member Functions | |
| TextChunk (const ITextModel *textModel, TextIndex index) | |
| TextChunk (const TextChunk &rhs) | |
| void | ForceContainTextIndex (TextIndex index) |
| bool16 | Contains (TextIndex index) |
| int32 | Length () const |
| WideString::const_iterator | begin () const |
| WideString::const_iterator | end () const |
| TextChunk & | operator= (const TextChunk &o) |
| TextChunk & | operator++ () |
| TextChunk & | operator-- () |
| WideString::const_iterator | IndexToIterator (TextIndex index, int32 &numCharsLeft) const |
| const UTF16TextChar * | IndexToPointer (TextIndex index, int32 &numUTF16sLeft) const |
| const ITextModel * | GetTextModel () const |
| const WideString * | GetData () const |
Protected Member Functions | |
| void | Normalize (TextIndex chunkBegin) |
Protected Attributes | |
| ITextModel * | fTextModelPtr |
| DataWrapper< textchar > | fWrapper |
| int32 | fLength |
| TextIndex | fStartingIndex |
Friends | |
| class | ComposeScannerCache |