![]() | InDesign SDK 20.5 |
#include <ISelectionMessages.h>
Public Member Functions | |
| virtual const ITableModel * | GetPrevTableModel (void) const =0 |
| virtual const GridArea | GetPrevSelectedCells (void) const =0 |
| virtual const ITableModel * | GetNewTableModel (void) const =0 |
| virtual const GridArea | GetNewSelectedCells (void) const =0 |
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
| pure virtual |
Return the new end index Used to draw the new selection
| pure virtual |
Return the new selection's table model Used to draw the new selection
| pure virtual |
Returns the cells previously selection Used to erase the old selection
| pure virtual |
Returns the previous selection's table model Used to erase the old selection