#include <KDReportsAbstractTableElement.h>
Copies a table element. The model and settings (and cell elements, when using addElement) are copied over.
KDReports::AbstractTableElement::AbstractTableElement |
( |
| ) |
|
|
protected |
Protected constructor, for derived classes only.
KDReports::AbstractTableElement::~AbstractTableElement |
( |
| ) |
|
|
protected |
Destructor. Deletes internal data.
qreal KDReports::AbstractTableElement::border |
( |
| ) |
const |
Returns the width of the table border
QBrush KDReports::AbstractTableElement::borderBrush |
( |
| ) |
const |
Returns the color (brush) of the table border
- Since
- 1.2
Copies the table and settings from another table element.
qreal KDReports::AbstractTableElement::padding |
( |
| ) |
const |
Returns the width of the cell's internal padding in millimeters.
void KDReports::AbstractTableElement::setBorder |
( |
qreal |
border | ) |
|
Specifies the width of the border in pixels. The default border has a width of 1. Set it to 0 for a table without borders.
void KDReports::AbstractTableElement::setBorderBrush |
( |
const QBrush & |
brush | ) |
|
Specifies the color (more generally, the brush) of the border.
- Since
- 1.2
void KDReports::AbstractTableElement::setDefaultFont |
( |
const QFont & |
font | ) |
|
Sets the default font used for text in this table. In WordProcessing mode, per-cell fonts can override this.
- Since
- 1.3
void KDReports::AbstractTableElement::setPadding |
( |
qreal |
padding | ) |
|
Specifies the size of the padding in millimeters. Padding is the distance between the contents of the cell and the cell border, all around the contents (above, below, on the left and on the right). The default padding has a size of 0.5 mm.
void KDReports::AbstractTableElement::setWidth |
( |
qreal |
width, |
|
|
Unit |
unit = Millimeters |
|
) |
| |
Sets the width of the table, in millimeters or as a percentage of the page width.
For instance, for a table that should stretch to the full width of the page, call setWidth(100, KDReports::Percent).
This is only available in WordProcessing mode.
Unit KDReports::AbstractTableElement::unit |
( |
| ) |
const |
- Returns
- the width unit of the table.
- Since
- 1.4
qreal KDReports::AbstractTableElement::width |
( |
| ) |
const |
- Returns
- the width of the table, in millimeters or as a percentage of the page width.
- See Also
- unit
- Since
- 1.4
The documentation for this class was generated from the following file: