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

#include <TableTypes.h>

Public Member Functions

 GridID (uint32 id=0)
 
 operator uint32 () const
 

Detailed Description

Represents the 'id' of a grid element in the table model. The API on ITableModel allows conversion between GridAddress and GridID; a GridID for a cell is unique within a particular table. It is used in contexts such as the story-thread dictionary as a lookup key to determine the text thread associated with a particular cell.

Author
Joe Shankar
See Also
ITableModel::GetGridID

Constructor & Destructor Documentation

GridID::GridID (uint32 id = 0)
inlineexplicit

Constructor.

Parameters
idspecifies the identifier to associate with this instance

Member Function Documentation

GridID::operator uint32 () const
inline

Overload of a type conversion operator.

Returns
the value of this type as an unsigned int32