![]() | InDesign SDK 20.5 |
#include <ICTextNavigationSuite.h>
Public Member Functions | |
| TextSelectionIndex (TextIndex nIndex, bool16 endOfLine) | |
| TextSelectionIndex & | operator= (const TextSelectionIndex &rhs) |
Public Attributes | |
| TextIndex | fIndex |
| bool16 | fEndOfLine |
Used as a helper classs for ICTextNavigationSuite. Allows more than the TextIndex to be passed to a method as a single parameter indicating a selection
| inline |
Construct a TextSelectionIndex
| nIndex | - The selection location |
| endOfLine | - Does the selection extend past the end of the line? |
| inline |
Uses the data from another TextSelectionIndex to fill in this one
| &rhs | - The class to make this equal to |
| bool16 TextSelectionIndex::fEndOfLine |
Does the selection extend past the end of the line
| TextIndex TextSelectionIndex::fIndex |
The text index to select (or that is selected)