|
Scribus
Open source desktop publishing at your fingertips
|
#include <tablecell.h>


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_TextFrame * | textFrame |
| Text frame of the cell. | |
| CellStyle | style |
| Style of the cell. | |
| PageItem_Table * | table |
| Table containing the cell. | |
Shared data class for TableCell.