Home
last modified time | relevance | path

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

/plugin/prosemirror/parser/
H A DTableCellNode.php41 if ($this->isHeaderCell()) {
52 public function isHeaderCell() function in dokuwiki\\plugin\\prosemirror\\parser\\TableCellNode
H A DTableRowNode.php50 $postfix = $lastCell->isHeaderCell() ? '^' : '|';