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

#include <ITablePageItemContent.h>

Inheritance diagram for ITablePageItemContent:
IPMUnknown

Public Types

enum  { kDefaultIID = IID_ITABLEPAGEITEMCONTENT }
 kDefaultIID
 

Public Member Functions

virtual UIDRef GetCellGraphicContent (const GridAddress &cell)=0
 
virtual UIDList GetCellsGraphicContentList (const GridArea &area)=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

Access the objects placed in graphic cells of table

Member Function Documentation

virtual UIDRef ITablePageItemContent::GetCellGraphicContent (const GridAddresscell)
pure virtual

Get the object placed in graphic cell

Parameters
cellThe grid address of the cell to query
Returns
UIDRef UIDRef of object placed in the cell, if it is a graphic cell, otherwise an invalid UID will be returned
virtual UIDList ITablePageItemContent::GetCellsGraphicContentList (const GridAreaarea)
pure virtual

Get the objects placed in graphic cells

Parameters
areaarea of cells to query
Returns
UIDList List of UIDRef of all objects placed in the graphic cells of the specified area. If there are other type of cells in the area, they'll be ignored