Home
last modified time | relevance | path

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

/plugin/html2pdf/html2pdf/html2ps/
H A Dheight.php112 if (!$box->parent->isCell() &&
119 if ($box->parent->isCell()) {
H A Dbox.table.section.php33 if ($item->isCell()) {
H A Dwidth.php85 return $box->isCell() || $parent_wc->applicable($box->parent);
H A Dbox.table.row.php25 if ($item->isCell()) {
H A Dbox.table.cell.php104 function isCell() { function in TableCellBox
H A Dbox.generic.php376 function isCell() { function in GenericBox
H A Dbox.table.php390 if ($item->isCell()) {
721 if (!$this->parent->isCell() ||
H A Dbox.generic.formatted.php594 !$parent->isCell()) {