next up previous contents
Next: Special Functions Up: Table Functions Previous: etabgrid.m   Contents

etabtext.m

NAME
etabtext - fill cell of table with text

SYNOPSIS
etabtext(colsXW,rowsYH,row,col,text[,alignment
[,font[,fontSize[,color[,bgColor]]]])

PARAMETER(S)
colsXW matrix of x-positions and width of columns,
size of matrix is (number of cols) X 2
examples: cellXW(5,1) = x-position of colum 5
cellXW(5,2) = width of colum 5
rowsYH matrix of y-positions and heigth of rows,
size of matrix is (number of rows) X 2
examples: cellXW(5,1) = y-position of row 5
cellXW(5,2) = height of row 5
row number of row
col number of column
text text of cell
alignment 1=left,0=center, -1=right
font font number (definition in einit.m)
fontSize relative fontsize in percent (100=default)
color color of text
bgColor color of background, [r g b] vector, if r<0 then transparent

GLOBAL PARAMETER(S)
eTextColor
eTextFont


Stefan Müller 2002-01-15