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

#include <ISelectCellRangeCmdData.h>

Inheritance diagram for ISelectCellRangeCmdData:
IPMUnknown

Public Types

enum  { kDefaultIID = IID_ISELECTCELLRANGECMDDATA }
 

Public Member Functions

virtual void SetModel (UIDRef ref)=0
 
virtual const UIDRef GetModel (void) const =0
 
virtual void SetRange (GridArea range)=0
 
virtual const GridArea GetRange (void) const =0
 
virtual void SetRedraw (bool16 redraw)=0
 
virtual const bool16 GetRedraw (void) const =0
 
virtual void SetAutoScroll (bool16 redraw)=0
 
virtual const bool16 GetAutoScroll (void) const =0
 
virtual void SetSelectAction (ITableSelectionSuite::SelectAction selectAction)=0
 
virtual const
ITableSelectionSuite::SelectAction 
GetSelectAction (void) const =0
 
- Public Member Functions inherited from IPMUnknown
virtual IPMUnknownQueryInterface (PMIID interfaceID) const =0
 
virtual void AddRef () const =0
 
virtual void Release () const =0
 

Detailed Description

The cell range selected at the time the command was fired

Member Function Documentation

virtual const bool16 ISelectCellRangeCmdData::GetAutoScroll (void ) const
pure virtual

Gets whether to auto scroll the selection

Returns
bool16
virtual const UIDRef ISelectCellRangeCmdData::GetModel (void ) const
pure virtual

Gets the model we are acting on

Returns
UIDRef
virtual const GridArea ISelectCellRangeCmdData::GetRange (void ) const
pure virtual

Gets the cell area we are acting on

Returns
GridArea
virtual const bool16 ISelectCellRangeCmdData::GetRedraw (void ) const
pure virtual

Gets whether to redraw the selection

Returns
bool16
virtual const ITableSelectionSuite::SelectAction ISelectCellRangeCmdData::GetSelectAction (void ) const
pure virtual

Gets the action we are doing to make the second

See Also
ITableSelectionSuite::SelectAction
Returns
ITableSelectionSuite::SelectAction
virtual void ISelectCellRangeCmdData::SetAutoScroll (bool16 redraw)
pure virtual

Sets whether to auto scroll the selection

Parameters
bool16
virtual void ISelectCellRangeCmdData::SetModel (UIDRef ref)
pure virtual

Sets the model we are acting on

Parameters
ref
virtual void ISelectCellRangeCmdData::SetRange (GridArea range)
pure virtual

Sets the cell area we are acting on

Parameters
range
virtual void ISelectCellRangeCmdData::SetRedraw (bool16 redraw)
pure virtual

Sets the whether to redraw the selection

Parameters
bool16
virtual void ISelectCellRangeCmdData::SetSelectAction (ITableSelectionSuite::SelectAction selectAction)
pure virtual

Sets the action we are doing to make the second

See Also
ITableSelectionSuite::SelectAction
Parameters
selectAction