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

#include <ICellTypeData.h>

Inheritance diagram for ICellTypeData:
IPMUnknown

Public Types

enum  { kDefaultIID = IID_ICELLTYPEDATA }
 

Public Member Functions

virtual void Set (CellType cellType)=0
 
virtual CellType Get () 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

Represents the type of table cell (text, graphic etc.) refer to ITableModel, for all possible types of cell Note: CellType is effectively alias of ClassID.