Class representing tables within a cell. (For internal use only)
More...
#include <pdfxml.h>
List of all members.
Detailed Description
Class representing tables within a cell. (For internal use only)
Constructor & Destructor Documentation
virtual wxPdfTable::~wxPdfTable |
( |
| ) |
|
|
virtual |
Member Function Documentation
double wxPdfTable::GetPad |
( |
| ) |
|
|
inline |
double wxPdfTable::GetRowHeight |
( |
int |
row | ) |
|
|
inline |
double wxPdfTable::GetTotalHeight |
( |
| ) |
|
|
inline |
Get total height of table.
double wxPdfTable::GetTotalWidth |
( |
| ) |
|
|
inline |
Get total width of table.
bool wxPdfTable::HasBorder |
( |
| ) |
|
|
inline |
Check whether border should be drawn.
Insert a cell into the cell array.
void wxPdfTable::SetBodyRowFirst |
( |
unsigned int |
row | ) |
|
|
inline |
Set index of first body row.
void wxPdfTable::SetBodyRowLast |
( |
unsigned int |
row | ) |
|
|
inline |
Set index of last body row.
void wxPdfTable::SetBorder |
( |
bool |
border | ) |
|
|
inline |
void wxPdfTable::SetCellDimensions |
( |
double |
maxWidth | ) |
|
Calculate cell dimensions respecting a maximal allowed width.
void wxPdfTable::SetColumnWidth |
( |
int |
col, |
|
|
double |
width |
|
) |
| |
void wxPdfTable::SetHeadRowFirst |
( |
unsigned int |
row | ) |
|
|
inline |
Set index of first header row.
void wxPdfTable::SetHeadRowLast |
( |
unsigned int |
row | ) |
|
|
inline |
Set index of last header row.
void wxPdfTable::SetMinRowHeight |
( |
int |
row, |
|
|
double |
height |
|
) |
| |
|
inline |
Set minimal required row height.
void wxPdfTable::SetPad |
( |
double |
pad | ) |
|
|
inline |
void wxPdfTable::Write |
( |
| ) |
|
void wxPdfTable::WriteRow |
( |
unsigned int |
row, |
|
|
double |
x, |
|
|
double |
y |
|
) |
| |
Write one table row to the document.
The documentation for this class was generated from the following file: