#include <KDReportsMainTable.h>
Public Member Functions | |
void | setAutoTableElement (const AutoTableElement &element) |
AutoTableElement * | autoTableElement () const |
void | setTableBreakingPageOrder (Report::TableBreakingPageOrder pageOrder) |
Report::TableBreakingPageOrder | tableBreakingPageOrder () const |
void | setHorizontalHeaderFont (const QFont &font) |
void | setVerticalHeaderFont (const QFont &font) |
The MainTable class represents the main table of a report in spread sheet mode.
You can access it using Report::mainTable(). Example:
AutoTableElement* KDReports::MainTable::autoTableElement | ( | ) | const |
void KDReports::MainTable::setAutoTableElement | ( | const AutoTableElement & | element | ) |
Sets the auto table element, which contains the definition of the main table.
void KDReports::MainTable::setHorizontalHeaderFont | ( | const QFont & | font | ) |
Sets the font to use for the horizontal header of the table. By default the font passed to report.setDefaultFont is used.
void KDReports::MainTable::setTableBreakingPageOrder | ( | Report::TableBreakingPageOrder | pageOrder | ) |
Sets the page order to use when breaking tables. When a table is bigger than the page in both directions, horizontally and vertically, then the table breaking can be done in two ways: either the table goes "down then right", i.e. all rows appear first, for the first few columns, and then other columns are printed, or it goes "right then down", i.e. all columns appear first, for the number of rows that fit into one page, and then the bottom part of the table is printed.
The default page order is DownThenRight.
void KDReports::MainTable::setVerticalHeaderFont | ( | const QFont & | font | ) |
Sets the font to use for the vertical header of the table. By default the font passed to report.setDefaultFont is used.
Report::TableBreakingPageOrder KDReports::MainTable::tableBreakingPageOrder | ( | ) | const |