Scribus
Open source desktop publishing at your fingertips
TableCellData Class Reference

#include <tablecell.h>

Inheritance diagram for TableCellData:
Collaboration diagram for TableCellData:

Public Member Functions

 TableCellData ()
 Constructs data for an invalid cell.
 
 TableCellData (const TableCellData &other)
 Constructs data from data in other.
 
 ~TableCellData ()
 Destroys the cell data.
 

Public Attributes

bool isValid
 Cell valid state.
 
int row
 Row of the table the cell is in.
 
int column
 Column of the table the cell is in.
 
int rowSpan
 Number of rows the cell spans.
 
int columnSpan
 Number of columns the cell spans.
 
PageItem_TextFrametextFrame
 Text frame of the cell.
 
CellStyle style
 Style of the cell.
 
PageItem_Tabletable
 Table containing the cell.
 

Detailed Description

Shared data class for TableCell.


The documentation for this class was generated from the following file: