Class representing tables within a cell. (For internal use only)
More...
#include <pdfxml.h>
Class representing tables within a cell. (For internal use only)
◆ wxPdfTable()
◆ ~wxPdfTable()
| virtual wxPdfTable::~wxPdfTable |
( |
| ) |
|
|
virtual |
◆ GetPad()
| double wxPdfTable::GetPad |
( |
| ) |
|
|
inline |
◆ GetRowHeight()
| double wxPdfTable::GetRowHeight |
( |
int |
row | ) |
|
|
inline |
◆ GetTotalHeight()
| double wxPdfTable::GetTotalHeight |
( |
| ) |
|
|
inline |
Get total height of table.
◆ GetTotalWidth()
| double wxPdfTable::GetTotalWidth |
( |
| ) |
|
|
inline |
Get total width of table.
◆ HasBorder()
| bool wxPdfTable::HasBorder |
( |
| ) |
|
|
inline |
Check whether border should be drawn.
◆ InsertCell()
Insert a cell into the cell array.
◆ SetBodyRowFirst()
| void wxPdfTable::SetBodyRowFirst |
( |
unsigned int |
row | ) |
|
|
inline |
Set index of first body row.
◆ SetBodyRowLast()
| void wxPdfTable::SetBodyRowLast |
( |
unsigned int |
row | ) |
|
|
inline |
Set index of last body row.
◆ SetBorder()
| void wxPdfTable::SetBorder |
( |
bool |
border | ) |
|
|
inline |
◆ SetBorderColour()
| void wxPdfTable::SetBorderColour |
( |
wxPdfColour |
borderColour | ) |
|
|
inline |
◆ SetBorderWidth()
| void wxPdfTable::SetBorderWidth |
( |
double |
borderWidth | ) |
|
|
inline |
◆ SetCellDimensions()
| void wxPdfTable::SetCellDimensions |
( |
double |
maxWidth | ) |
|
Calculate cell dimensions respecting a maximal allowed width.
◆ SetColumnWidth()
| void wxPdfTable::SetColumnWidth |
( |
int |
col, |
|
|
double |
width |
|
) |
| |
◆ SetHeadRowFirst()
| void wxPdfTable::SetHeadRowFirst |
( |
unsigned int |
row | ) |
|
|
inline |
Set index of first header row.
◆ SetHeadRowLast()
| void wxPdfTable::SetHeadRowLast |
( |
unsigned int |
row | ) |
|
|
inline |
Set index of last header row.
◆ SetMinRowHeight()
| void wxPdfTable::SetMinRowHeight |
( |
int |
row, |
|
|
double |
height |
|
) |
| |
|
inline |
Set minimal required row height.
◆ SetPad()
| void wxPdfTable::SetPad |
( |
double |
pad | ) |
|
|
inline |
◆ Write()
| void wxPdfTable::Write |
( |
| ) |
|
◆ WriteRow()
| 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: