Home
last modified time | relevance | path

Searched refs:CellSize (Results 1 – 1 of 1) sorted by relevance

/plugin/latexport/implementation/
H A Ddecorator_tables.php8 class CellSize { class
17 $row[] = new CellSize();
43 return new CellSize($this->colspan, $this->rowspan - 1);
45 return new CellSize();
113 $this->row = CellSize::makeRow($maxcols);