filters
Table Class Reference
#include <table.h>
Inheritance diagram for Table:

Detailed Description
This class hold a table.That is a table of frame (text frame, picture frame, ...). It use a special latex package. The color table and the border of the tables is not yet supported.
Definition at line 46 of file kspread/latex/export/table.h.
Public Member Functions | |
| Table () | |
| virtual | ~Table () |
| int | getMaxRow () const |
| int | getMaxColumn () const |
| QString | getName () const |
| QString | getFormat () const |
| QString | getOrientation () const |
| long | getBorderRight () const |
| long | getBorderLeft () const |
| long | getBorderBottom () const |
| long | getBorderTop () const |
| bool | isColumnNumber () const |
| bool | isBorders () const |
| bool | isHide () const |
| bool | isHideZero () const |
| bool | isFirstletterupper () const |
| bool | isGrid () const |
| bool | isPrintGrid () const |
| bool | isPrintCommentIndicator () const |
| bool | isPrintFormulaIndicator () const |
| bool | isShowFormula () const |
| bool | isShowFormulaIndicator () const |
| bool | isLCMode () const |
| void | setMaxRow (int r) |
| void | setMaxColumn (int c) |
| void | setName (QString name) |
| void | setFormat (QString format) |
| void | setOrientation (QString orient) |
| void | setBorderRight (long br) |
| void | setBorderLeft (long bl) |
| void | setBorderBottom (long bb) |
| void | setBorderTop (long bt) |
| void | setColumnNumber () |
| void | setBorders () |
| void | setHide () |
| void | setHideZero () |
| void | setFirstletterupper () |
| void | setGrid () |
| void | setPrintGrid () |
| void | setPrintCommentIndicator () |
| void | setPrintFormulaIndicator () |
| void | setShowFormula () |
| void | setShowFormulaIndicator () |
| void | setLCMode () |
| Cell * | searchCell (int col, int row) |
| Column * | searchColumn (int col) |
| Row * | searchRow (int row) |
| void | analyse (const QDomNode) |
| void | analysePaper (const QDomNode) |
| void | generate (QTextStream &) |
| Table () | |
| Table (QString grpMng) | |
| int | getMaxRow () const |
| int | getMaxCol () const |
| EEnv | getCellFlow (int) |
| double | getCellSize (int) |
| void | setMaxRow (int r) |
| void | setMaxCol (int c) |
| Element * | searchCell (int, int) |
| void | append (Element *) |
| void | generate (QTextStream &) |
| Table () | |
| void | addCell (int c, int r, int _cols, int _rows, QValueList< ParaData > &p, FrameData &frameData) |
Public Attributes | |
| int | cols |
| QValueList< TableCell > | cellList |
Constructor & Destructor Documentation
|
|
Creates a new instance of Table.
Definition at line 32 of file kspread/latex/export/table.cc. |
|
|
Creates a new instance of Table.
|
|
|
Creates a new instance of Table.
Definition at line 36 of file kword/latex/export/table.cc. |
Member Function Documentation
|
||||||||||||||||||||||||||||
|
Definition at line 41 of file KWEFStructures.cc. |
|
|
Get informations about frameset markupt only from a markup tree.
Reimplemented from Element. Definition at line 55 of file kspread/latex/export/table.cc. |
|
|
Write a border frame.
Implements Element. |
|
|
Write a border frame.
Implements Element. Definition at line 178 of file kspread/latex/export/table.cc. |
|
|
Accessors.
Definition at line 80 of file kword/latex/export/table.h. |
|
|
getters
Definition at line 99 of file kspread/latex/export/table.h. |
|
||||||||||||
|
Helpfull functions.
|
|
||||||||||||
|
Return one specific cell.
Definition at line 131 of file kspread/latex/export/table.cc. |
|
|
Return one specific column which describe the format of the column.
Definition at line 147 of file kspread/latex/export/table.cc. |
|
|
Return one specific row which describe the format of the row.
Definition at line 161 of file kspread/latex/export/table.cc. |
|
|
Modifiers.
Definition at line 89 of file kword/latex/export/table.h. |
|
|
setters
Definition at line 50 of file kspread/latex/export/table.cc. |
The documentation for this class was generated from the following files:

