![]() | InDesign SDK 20.5 |
#include <ITableCopyPasteCmdData.h>

Public Types | |
| enum | { kDefaultIID = IID_ITABLECOPYPASTECMDDATA } |
Public Member Functions | |
| virtual void | Set (const UIDRef fromTable, const GridArea &fromArea, const UIDRef &toTable, const GridAddress &pasteAt, ITableModel::EWhatState what)=0 |
| virtual UIDRef | GetFromTable () const =0 |
| virtual GridArea | GetFromArea () const =0 |
| virtual UIDRef | GetToTable () const =0 |
| virtual GridAddress | GetPasteAt () const =0 |
| virtual ITableModel::EWhatState | GetStateToPaste () const =0 |
| virtual void | SetShouldClearRedundantRowsAndCols (const bool16 to)=0 |
| virtual bool16 | ShouldClearRedundantRowsAndCols () const =0 |
Public Member Functions inherited from IPMUnknown | |
| virtual IPMUnknown * | QueryInterface (PMIID interfaceID) const =0 |
| virtual void | AddRef () const =0 |
| virtual void | Release () const =0 |
The model, area, and state the copy/paste command is acting on
| pure virtual |
Returns the source area
| pure virtual |
Returns the source table
| pure virtual |
Returns the destination area
| pure virtual |
| pure virtual |
Returns the destination table
| pure virtual |
Sets the source table, source area, destination table and destination area
| fromTable | |
| fromArea | |
| toTable | |
| pasteAt | |
| what@see | ITableModel::EWhatState |
| pure virtual |
Sets whether to clear redundant rows and columns
| bool16 |
| pure virtual |
Returns whether to clear redundant rows and columns