Class representing table cells. (For internal use only) More...
#include <pdfxml.h>
Public Member Functions | |
| wxPdfTableCell (wxXmlNode *cell, unsigned int row, unsigned int col, unsigned int rows, unsigned int cols) | |
| Constructor. | |
| virtual | ~wxPdfTableCell () |
| Destructor. | |
| unsigned int | GetRow () const |
| Get row of cell. | |
| unsigned int | GetCol () const |
| Get column of cell. | |
| unsigned int | GetRowSpan () const |
| Get row span of cell. | |
| unsigned int | GetColSpan () const |
| Get column span of cell. | |
| void | SetWidth (double w) |
| Set width of cell. | |
| void | SetHeight (double h) |
| Set height of cell. | |
| double | GetHeight () const |
| Get height of cell. | |
| double | GetWidth () const |
| Get width of cell. | |
| void | SetContext (wxPdfCellContext *context) |
| Set cell context. | |
| wxPdfCellContext * | GetContext () |
| Get cell context. | |
| void | SetHAlign (wxPdfAlignment hAlign) |
| Set horizontal alignment. | |
| wxPdfAlignment | GetHAlign () |
| Get horizontal alignment. | |
| void | SetVAlign (wxPdfAlignment vAlign) |
| Set vertical alignment. | |
| wxPdfAlignment | GetVAlign () |
| Get vertical alignment. | |
| void | SetBorder (int border) |
| Set border. | |
| int | GetBorder () |
| Get border. | |
| bool | HasCellColour () const |
| Check whether cell has a coloured or transparent background. | |
| void | SetCellColour (wxPdfColour colour) |
| Set background colour of cell. | |
| wxPdfColour | GetCellColour () const |
| Get background colour of cell. | |
| wxXmlNode * | GetXmlNode () |
| Get root node of cell. | |
Class representing table cells. (For internal use only)
| wxPdfTableCell::wxPdfTableCell | ( | wxXmlNode * | cell, |
| unsigned int | row, | ||
| unsigned int | col, | ||
| unsigned int | rows, | ||
| unsigned int | cols | ||
| ) |
Constructor.
| virtual wxPdfTableCell::~wxPdfTableCell | ( | ) | [virtual] |
Destructor.
| int wxPdfTableCell::GetBorder | ( | ) | [inline] |
Get border.
| wxPdfColour wxPdfTableCell::GetCellColour | ( | ) | const [inline] |
Get background colour of cell.
| unsigned int wxPdfTableCell::GetCol | ( | ) | const [inline] |
Get column of cell.
| unsigned int wxPdfTableCell::GetColSpan | ( | ) | const [inline] |
Get column span of cell.
| wxPdfCellContext* wxPdfTableCell::GetContext | ( | ) | [inline] |
Get cell context.
| wxPdfAlignment wxPdfTableCell::GetHAlign | ( | ) | [inline] |
Get horizontal alignment.
| double wxPdfTableCell::GetHeight | ( | ) | const [inline] |
Get height of cell.
| unsigned int wxPdfTableCell::GetRow | ( | ) | const [inline] |
Get row of cell.
| unsigned int wxPdfTableCell::GetRowSpan | ( | ) | const [inline] |
Get row span of cell.
| wxPdfAlignment wxPdfTableCell::GetVAlign | ( | ) | [inline] |
Get vertical alignment.
| double wxPdfTableCell::GetWidth | ( | ) | const [inline] |
Get width of cell.
| wxXmlNode* wxPdfTableCell::GetXmlNode | ( | ) | [inline] |
Get root node of cell.
| bool wxPdfTableCell::HasCellColour | ( | ) | const [inline] |
Check whether cell has a coloured or transparent background.
| void wxPdfTableCell::SetBorder | ( | int | border ) | [inline] |
Set border.
| void wxPdfTableCell::SetCellColour | ( | wxPdfColour | colour ) | [inline] |
Set background colour of cell.
| void wxPdfTableCell::SetContext | ( | wxPdfCellContext * | context ) | [inline] |
Set cell context.
| void wxPdfTableCell::SetHAlign | ( | wxPdfAlignment | hAlign ) | [inline] |
Set horizontal alignment.
| void wxPdfTableCell::SetHeight | ( | double | h ) | [inline] |
Set height of cell.
| void wxPdfTableCell::SetVAlign | ( | wxPdfAlignment | vAlign ) | [inline] |
Set vertical alignment.
| void wxPdfTableCell::SetWidth | ( | double | w ) | [inline] |
Set width of cell.
1.7.2