7. Overview TableΒΆ
Create and Destroy |
|
---|---|
TableCreate create a new table object. |
|
TableDestroy destroys the given table object and frees any memory the object occupied. |
Set |
|
---|---|
TableDeleteColumn deletes a table column. |
|
TableDeleteRow removes the specified row from the table |
|
TableInsertColumn inserts a new column of cells to the specified table. |
|
TableInsertRow inserts a new row of cells to the specified table. |
|
TableMergeCells specifies which neighbouring cells are merged. |
|
TableSetAlign sets the text alignment for all cells or a range of cells. |
|
TableSetColumnWidth sets the column width in centimeters. |
|
TableSetEdgeDistance sets the distance between the text and the cell edge. |
|
TableSetFormatIndex sets the format indices. |
|
TableSetName sets the cell name. |
|
TableSetProps sets the table properties. |
|
TableSetRowHeight sets the row height in centimeters. |
|
TableSetSelection sets the selection. |
|
TableSetSize sets the number of rows and columns. |
|
TableSetText sets the cell text. |
|
TableSetTextAngle sets the text direction of all cells or a selection of cells. |
|
TableUnMergeCell splits a merged cell. |
|
TableUsePlaceholderDialog spedifies the dialog box which will be displayed if the table is double-clicked. |
Get |
|
---|---|
TableGetAlign retrieves the text alignment for all cells or a range of cells. |
|
TableGetAttrib returns a matrix of cell attributes. |
|
TableGetColumnWidth returns a vector with column width in centimeters. |
|
TableGetEdgeDistance returns the distance between the text and the left cell edge. |
|
TableGetMergedCells returns a real matrix with four columns. Each row specifies a range of cells which are merged to one cell. |
|
TableGetName returns a matrix of cell names. |
|
TableGetProps gets the table properties. |
|
TableGetRowHeight returns a vector with row heights in centimeters. |
|
TableGetSelection returns the current selection. |
|
TableGetSize returns the number of rows and columns. |
|
TableGetText returns a matrix of cell text. |
|
TableGetTextAngle returns the text directions of all cells or a selection of cells. |
|
TableGetTextExt returns the width and height of cell text. |
|
TableIsCellMerged returns TRUE (1) if the specified cell belongs to a merged cell. |
|
TableSetAttrib sets the cell attributes. |
Fonts |
|
---|---|
TableAddFont adds a font to font list of a table object. |
|
TableGetBrushIndex returns a matrix with the brush indices. |
|
TableGetBrushList returns a matrix with 3 columns. Each row specifies a color used in the table. |
|
TableGetFontIndex returns a vector of font indices. |
|
TableGetFontList returns a vector with font handles. |
|
TableSetFontIndex sets the font index. |
Fill Colors |
|
---|---|
TableAddBrush adds a new bush (fill color) to the brush list. |
|
TableSetBrushIndex sets the brush indices. |
Frame Pens |
|
---|---|
TableAddPen adds a pen to the list of pens of the specified table object. |
|
TableGetPenList returns a vector with pen handles. A pen is used to draw the cell border line. |
|
TableSetBorderPenIndex sets the pen index that is used to draw the border. Every cell is enclosed by 4 border lines. |
id-955647