![]() | InDesign SDK 20.5 |
#include <ITextRuns.h>
Public Member Functions | |
| RunLocation () | |
| RunLocation (int32 lineIndex, int32 runIndex) | |
Public Attributes | |
| int32 | fLineIndex |
| int32 | fRunIndex |
RunLocation is used in the GetExtendedRunSpanInformation method to pass information about what run to start searching at.
| inline |
Initialize to default values
| inline |
Initialize to specified values
| lineIndex | - index of line |
| runIndex | - index of run within line |
| int32 RunLocation::fLineIndex |
no getter so retrieve line index with this variable
| int32 RunLocation::fRunIndex |
no getter so retrieve run index with this variable