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

#include <ITextRuns.h>

Public Member Functions

 RunLocation ()
 
 RunLocation (int32 lineIndex, int32 runIndex)
 

Public Attributes

int32 fLineIndex
 
int32 fRunIndex
 

Detailed Description

RunLocation is used in the GetExtendedRunSpanInformation method to pass information about what run to start searching at.

Constructor & Destructor Documentation

RunLocation::RunLocation ()
inline

Initialize to default values

Returns
none.
RunLocation::RunLocation (int32 lineIndex,
int32 runIndex 
)
inline

Initialize to specified values

Parameters
lineIndex- index of line
runIndex- index of run within line
Returns
none.

Member Data Documentation

int32 RunLocation::fLineIndex

no getter so retrieve line index with this variable

int32 RunLocation::fRunIndex

no getter so retrieve run index with this variable