Searched defs:Tablecell (Results 1 – 1 of 1) sorted by relevance
102 typedef struct Tablecell Tablecell; typedef448 struct Tablecell struct450 Tablecell*next; /* next in list of table's cells */ argument451 Tablecell*nextinrow; /* next in list of row's cells */ argument452 int cellid; /* serial no. of cell within table */453 Item* content; /* contents before layout */454 Lay* lay; /* layout of cell */455 int rowspan; /* number of rows spanned by this cell */456 int colspan; /* number of cols spanned by this cell */457 Align align; /* alignment spec */[all …]