InDesign SDK  20.5
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
CellData Class Reference

#include <CellTable.h>

Public Member Functions

 CellData ()
 
 ~CellData ()
 
bool SetString (const WideString &str)
 
const WideStringGetString (void)
 

Detailed Description

CellData stores the string data for each cell on the table.

Constructor & Destructor Documentation

CellData::CellData ()

Constructor.

CellData::~CellData ()

Destructor.

Member Function Documentation

const WideString & CellData::GetString (void )

Getting a string data from a cell.

bool CellData::SetString (const WideStringstr)

Set a string in cell.

Parameters
strA string data to set up.