InDesign SDK  20.5
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
ITableSelectionHighlightMessage Class Referenceabstract

#include <ISelectionMessages.h>

Public Member Functions

virtual const ITableModelGetPrevTableModel (void) const =0
 
virtual const GridArea GetPrevSelectedCells (void) const =0
 
virtual const ITableModelGetNewTableModel (void) const =0
 
virtual const GridArea GetNewSelectedCells (void) const =0
 

Detailed Description

This is the void* message in a SelectionHighlightMessage for a table selection You can pass in a nil table model for one of the table models if you only want to draw a new selection and not erase the old

Member Function Documentation

virtual const GridArea ITableSelectionHighlightMessage::GetNewSelectedCells (void ) const
pure virtual

Return the new end index Used to draw the new selection

virtual const ITableModel* ITableSelectionHighlightMessage::GetNewTableModel (void ) const
pure virtual

Return the new selection's table model Used to draw the new selection

virtual const GridArea ITableSelectionHighlightMessage::GetPrevSelectedCells (void ) const
pure virtual

Returns the cells previously selection Used to erase the old selection

virtual const ITableModel* ITableSelectionHighlightMessage::GetPrevTableModel (void ) const
pure virtual

Returns the previous selection's table model Used to erase the old selection